#5BA1D3

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

Shades of Picton Blue #5BA1D3

Tints of Picton Blue #5BA1D3

Color information

#5BA1D3 (or 0x5BA1D3) is unknown color: approx Picton Blue. HEX triplet: 5B, A1 and D3. RGB value is (91,161,211). Sum of RGB (Red+Green+Blue) = 91+161+211=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #5BA1D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA1D3 is #A45E2C. Grayscale: #919191. Windows color (decimal): -10772013 or 13869403. OLE color: 13869403.

HSL color Cylindrical-coordinate representation of color #5BA1D3: hue angle of 205º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BA1D3 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB91161211-
CMYK0.570.2400.17
HSL205º57.69%59.22%-
HSV(B)205º56.87%82.75%-
XYZ28.8232.4266.37-
YUV145.77164.8188.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.65%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 211 (82.81% from 255) = 45.57%
R=19.65%
G=34.77%
B=45.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal911612110.570.2400.1720557.6959.22
Hex5BA1D33918011cd3a3b
Octal13324132371300213157273
Binary101101110100001110100111110011100001000111001101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,161,211); }

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

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

 a { background-color: rgb(91,161,211); }

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

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

 span { border-color: rgb(91,161,211); }

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