Html Css Color HEX #5997CE Picton Blue

📋 copy color: '#5997CE'

red 89 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #5997CE

Tints of Picton Blue #5997CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 19.96%
G = 33.86%
B = 46.19%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5997CE (or 0x5997CE) is known color: Picton Blue. HEX triplet: 59, 97 and CE. RGB value is (89,151,206). Sum of RGB (Red+Green+Blue) = 89+151+206=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #5997CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997CE is #A66831. Grayscale: #8A8A8A. Windows color (decimal): -10905650 or 13539161. OLE color: 13539161.

HSL color Cylindrical-coordinate representation of color #5997CE: hue angle of 208.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5997CE is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 151 206 -
CMYK 0.57 0.27 0 0.19
HSL 208.21º 0.54% 0.58% -
HSV(B) 208.21º 0.57% 0.81% -
XYZ 26.33 28.71 62.55 -
YUV 138.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 89 151 206 0.57 0.27 0 0.19 208.21 0.54 0.58
Hex 59 97 CE 39 1B 0 13 D0 36 3A
Octal 131 227 316 71 33 0 23 320 66 72
Binary 1011001 10010111 11001110 111001 11011 0 10011 11010000 110110 111010

Color Harmonies of #5997CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5997CE

Black with #5997CE

Text Example


Text Example

White with #5997CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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