Html Css Color HEX #5592DC Picton Blue

📋 copy color: '#5592DC'

red 85 ◦ green 146 ◦ blue 220

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

Shades of Picton Blue #5592DC

Tints of Picton Blue #5592DC

RGB

 RED value IS 85 (33.59% from 255) = 18.85%

 GREEN value IS 146 (57.42% from 255) = 32.37%

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

R = 18.85%
G = 32.37%
B = 48.78%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5592DC (or 0x5592DC) is known color: Picton Blue. HEX triplet: 55, 92 and DC. RGB value is (85,146,220). Sum of RGB (Red+Green+Blue) = 85+146+220=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #5592DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592DC is #AA6D23. Grayscale: #878787. Windows color (decimal): -11169060 or 14455381. OLE color: 14455381.

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

Color convert

RGB 85 146 220 -
CMYK 0.61 0.34 0 0.14
HSL 212.89º 0.66% 0.6% -
HSV(B) 212.89º 0.61% 0.86% -
XYZ 26.94 27.66 71.63 -
YUV 136.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 85 146 220 0.61 0.34 0 0.14 212.89 0.66 0.6
Hex 55 92 DC 3D 22 0 E D5 42 3C
Octal 125 222 334 75 42 0 16 325 102 74
Binary 1010101 10010010 11011100 111101 100010 0 1110 11010101 1000010 111100

Color Harmonies of #5592DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5592DC

Black with #5592DC

Text Example


Text Example

White with #5592DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,146,220); }

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

background-color css

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

 a { background-color: rgb(85,146,220); }

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

border-color css

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

 span { border-color: rgb(85,146,220); }

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