Html Css Color HEX #5995DC Picton Blue

📋 copy color: '#5995DC'

red 89 ◦ green 149 ◦ blue 220

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

Shades of Picton Blue #5995DC

Tints of Picton Blue #5995DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 19.43%
G = 32.53%
B = 48.03%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5995DC (or 0x5995DC) is known color: Picton Blue. HEX triplet: 59, 95 and DC. RGB value is (89,149,220). Sum of RGB (Red+Green+Blue) = 89+149+220=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #5995DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5995DC is #A66A23. Grayscale: #8A8A8A. Windows color (decimal): -10906148 or 14456153. OLE color: 14456153.

HSL color Cylindrical-coordinate representation of color #5995DC: hue angle of 212.52º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5995DC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 149 220 -
CMYK 0.60 0.32 0 0.14
HSL 212.52º 0.65% 0.61% -
HSV(B) 212.52º 0.6% 0.86% -
XYZ 27.79 28.79 71.8 -
YUV 139.15 173.62 92.23 -
System Red Green Blue C M Y K H S L
Decimal 89 149 220 0.60 0.32 0 0.14 212.52 0.65 0.61
Hex 59 95 DC 3C 20 0 E D5 41 3D
Octal 131 225 334 74 40 0 16 325 101 75
Binary 1011001 10010101 11011100 111100 100000 0 1110 11010101 1000001 111101

Color Harmonies of #5995DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5995DC

Black with #5995DC

Text Example


Text Example

White with #5995DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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