Html Css Color HEX #5997CC Picton Blue

📋 copy color: '#5997CC'

red 89 ◦ green 151 ◦ blue 204

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

Shades of Picton Blue #5997CC

Tints of Picton Blue #5997CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 20.05%
G = 34.01%
B = 45.95%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5997CC (or 0x5997CC) is known color: Picton Blue. HEX triplet: 59, 97 and CC. RGB value is (89,151,204). Sum of RGB (Red+Green+Blue) = 89+151+204=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #5997CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997CC is #A66833. Grayscale: #8A8A8A. Windows color (decimal): -10905652 or 13408089. OLE color: 13408089.

HSL color Cylindrical-coordinate representation of color #5997CC: hue angle of 207.65º degrees, saturation: 0.53, 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 #5997CC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 151 204 -
CMYK 0.56 0.26 0 0.2
HSL 207.65º 0.53% 0.57% -
HSV(B) 207.65º 0.56% 0.8% -
XYZ 26.09 28.62 61.28 -
YUV 138.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 89 151 204 0.56 0.26 0 0.2 207.65 0.53 0.57
Hex 59 97 CC 38 1A 0 14 D0 35 39
Octal 131 227 314 70 32 0 24 320 65 71
Binary 1011001 10010111 11001100 111000 11010 0 10100 11010000 110101 111001

Color Harmonies of #5997CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5997CC

Black with #5997CC

Text Example


Text Example

White with #5997CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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