#5ba3cb

Color #5BA3CB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5BA3CB

Tints of Picton Blue #5BA3CB

Color information

#5BA3CB (or 0x5BA3CB) is unknown color: approx Picton Blue. HEX triplet: 5B, A3 and CB. RGB value is (91,163,203). Sum of RGB (Red+Green+Blue) = 91+163+203=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BA3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA3CB is #A45C34. Grayscale: #919191. Windows color (decimal): -10771509 or 13345627. OLE color: 13345627.

HSL color Cylindrical-coordinate representation of color #5BA3CB: hue angle of 201.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BA3CB is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB91163203-
CMYK0.550.2000.20
HSL201.43º51.85%57.65%-
HSV(B)201.43º55.17%79.61%-
XYZ28.1932.7361.33-
YUV146.03160.1588.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 19.91%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=19.91%
G=35.67%
B=44.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911632030.550.2000.20201.4351.8557.65
Hex5BA3CB3714014c9343a
Octal13324331367240243116472
Binary101101110100011110010111101111010001010011001001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ba3cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ba3cb; }

 p { color: rgb(91,163,203); }

 H1.HeaderClassName
 {
   color: #5ba3cb;
 }
 .AnyTagClassName
 {
   color: #5ba3cb;
 }
</style>
background-color css

<style>
 a { background-color: #5ba3cb; }

 a { background-color: rgb(91,163,203); }

 div.DivClassName
 {
   background-color: #5ba3cb;
 }
 .BgClassName
 {
   background-color: #5ba3cb;
 }
</style>
border-color css

<style>
 span { border-color: #5ba3cb; }

 span { border-color: rgb(91,163,203); }

 td.TdClassName
 {
   border-color: #5ba3cb;
 }
 .TagClassName
 {
   border-color: #5ba3cb;
 }
</style>