Html Css Color HEX #5995CF Picton Blue

📋 copy color: '#5995CF'

red 89 ◦ green 149 ◦ blue 207

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

Shades of Picton Blue #5995CF

Tints of Picton Blue #5995CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 20%
G = 33.48%
B = 46.52%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5995CF (or 0x5995CF) is known color: Picton Blue. HEX triplet: 59, 95 and CF. RGB value is (89,149,207). Sum of RGB (Red+Green+Blue) = 89+149+207=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #5995CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5995CF is #A66A30. Grayscale: #898989. Windows color (decimal): -10906161 or 13604185. OLE color: 13604185.

HSL color Cylindrical-coordinate representation of color #5995CF: hue angle of 209.49º degrees, saturation: 0.55, 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 #5995CF is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 149 207 -
CMYK 0.57 0.28 0 0.19
HSL 209.49º 0.55% 0.58% -
HSV(B) 209.49º 0.57% 0.81% -
XYZ 26.13 28.12 63.08 -
YUV 137.67 167.12 93.28 -
System Red Green Blue C M Y K H S L
Decimal 89 149 207 0.57 0.28 0 0.19 209.49 0.55 0.58
Hex 59 95 CF 39 1C 0 13 D1 37 3A
Octal 131 225 317 71 34 0 23 321 67 72
Binary 1011001 10010101 11001111 111001 11100 0 10011 11010001 110111 111010

Color Harmonies of #5995CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5995CF

Black with #5995CF

Text Example


Text Example

White with #5995CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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