Html Css Color HEX #5997CB Picton Blue

📋 copy color: '#5997CB'

red 89 ◦ green 151 ◦ blue 203

#5997CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5997CB

Tints of Picton Blue #5997CB

RGB

 RED value IS 89 (35.16% from 255) = 20.09%

 GREEN value IS 151 (59.38% from 255) = 34.09%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 20.09%
G = 34.09%
B = 45.82%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5997CB (or 0x5997CB) is known color: Picton Blue. HEX triplet: 59, 97 and CB. RGB value is (89,151,203). Sum of RGB (Red+Green+Blue) = 89+151+203=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #5997CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997CB is #A66834. Grayscale: #8A8A8A. Windows color (decimal): -10905653 or 13342553. OLE color: 13342553.

HSL color Cylindrical-coordinate representation of color #5997CB: hue angle of 207.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5997CB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 151 203 -
CMYK 0.56 0.26 0 0.20
HSL 207.37º 0.52% 0.57% -
HSV(B) 207.37º 0.56% 0.8% -
XYZ 25.97 28.57 60.65 -
YUV 138.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 89 151 203 0.56 0.26 0 0.20 207.37 0.52 0.57
Hex 59 97 CB 38 1A 0 14 CF 34 39
Octal 131 227 313 70 32 0 24 317 64 71
Binary 1011001 10010111 11001011 111000 11010 0 10100 11001111 110100 111001

Color Harmonies of #5997CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5997CB

Black with #5997CB

Text Example


Text Example

White with #5997CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5997CB; }

 p { color: rgb(89,151,203); }

 H1.HeaderClassName
 {
   color: #5997CB;
 }
 .AnyTagClassName
 {
   color: #5997CB;
 }
</style>

background-color css

<style>
 a { background-color: #5997CB; }

 a { background-color: rgb(89,151,203); }

 div.DivClassName
 {
   background-color: #5997CB;
 }
 .BgClassName
 {
   background-color: #5997CB;
 }
</style>

border-color css

<style>
 span { border-color: #5997CB; }

 span { border-color: rgb(89,151,203); }

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