#5BA8D5

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

Shades of Picton Blue #5BA8D5

Tints of Picton Blue #5BA8D5

Color information

#5BA8D5 (or 0x5BA8D5) is unknown color: approx Picton Blue. HEX triplet: 5B, A8 and D5. RGB value is (91,168,213). Sum of RGB (Red+Green+Blue) = 91+168+213=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #5BA8D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA8D5 is #A4572A. Grayscale: #959595. Windows color (decimal): -10770219 or 14002267. OLE color: 14002267.

HSL color Cylindrical-coordinate representation of color #5BA8D5: hue angle of 202.13º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BA8D5 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB91168213-
CMYK0.570.2100.16
HSL202.13º59.22%59.61%-
HSV(B)202.13º57.28%83.53%-
XYZ30.3335.0368.11-
YUV150.11163.4985.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.28%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 213 (83.59% from 255) = 45.13%
R=19.28%
G=35.59%
B=45.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal911682130.570.2100.16202.1359.2259.61
Hex5BA8D53915010ca3b3c
Octal13325032571250203127374
Binary101101110101000110101011110011010101000011001010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,168,213); }

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

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

 a { background-color: rgb(91,168,213); }

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

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

 span { border-color: rgb(91,168,213); }

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