#5B97CA

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

Shades of Picton Blue #5B97CA

Tints of Picton Blue #5B97CA

Color information

#5B97CA (or 0x5B97CA) is unknown color: approx Picton Blue. HEX triplet: 5B, 97 and CA. RGB value is (91,151,202). Sum of RGB (Red+Green+Blue) = 91+151+202=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B97CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B97CA is #A46835. Grayscale: #8A8A8A. Windows color (decimal): -10774582 or 13277019. OLE color: 13277019.

HSL color Cylindrical-coordinate representation of color #5B97CA: hue angle of 207.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B97CA is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB91151202-
CMYK0.550.2500.21
HSL207.57º51.15%57.45%-
HSV(B)207.57º54.95%79.22%-
XYZ26.0428.6260.03-
YUV138.87163.6293.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.50%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=20.50%
G=34.01%
B=45.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal911512020.550.2500.21207.5751.1557.45
Hex5B97CA3719015d03339
Octal13322731267310253206371
Binary101101110010111110010101101111100101010111010000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,151,202); }

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

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

 a { background-color: rgb(91,151,202); }

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

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

 span { border-color: rgb(91,151,202); }

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