Html Css Color HEX #5995C9 Picton Blue

📋 copy color: '#5995C9'

red 89 ◦ green 149 ◦ blue 201

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

Shades of Picton Blue #5995C9

Tints of Picton Blue #5995C9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.94%

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 20.27%
G = 33.94%
B = 45.79%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5995C9 (or 0x5995C9) is known color: Picton Blue. HEX triplet: 59, 95 and C9. RGB value is (89,149,201). Sum of RGB (Red+Green+Blue) = 89+149+201=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #5995C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5995C9 is #A66A36. Grayscale: #888888. Windows color (decimal): -10906167 or 13210969. OLE color: 13210969.

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

Color convert

RGB 89 149 201 -
CMYK 0.56 0.26 0 0.21
HSL 207.86º 0.51% 0.57% -
HSV(B) 207.86º 0.56% 0.79% -
XYZ 25.41 27.84 59.29 -
YUV 136.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 89 149 201 0.56 0.26 0 0.21 207.86 0.51 0.57
Hex 59 95 C9 38 1A 0 15 D0 33 39
Octal 131 225 311 70 32 0 25 320 63 71
Binary 1011001 10010101 11001001 111000 11010 0 10101 11010000 110011 111001

Color Harmonies of #5995C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5995C9

Black with #5995C9

Text Example


Text Example

White with #5995C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5995C9; }

 p { color: rgb(89,149,201); }

 H1.HeaderClassName
 {
   color: #5995C9;
 }
 .AnyTagClassName
 {
   color: #5995C9;
 }
</style>

background-color css

<style>
 a { background-color: #5995C9; }

 a { background-color: rgb(89,149,201); }

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

border-color css

<style>
 span { border-color: #5995C9; }

 span { border-color: rgb(89,149,201); }

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