Html Css Color HEX #5585CE Havelock Blue

📋 copy color: '#5585CE'

red 85 ◦ green 133 ◦ blue 206

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

Shades of Havelock Blue #5585CE

Tints of Havelock Blue #5585CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

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

R = 20.05%
G = 31.37%
B = 48.58%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5585CE (or 0x5585CE) is known color: Havelock Blue. HEX triplet: 55, 85 and CE. RGB value is (85,133,206). Sum of RGB (Red+Green+Blue) = 85+133+206=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #5585CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585CE is #AA7A31. Grayscale: #7E7E7E. Windows color (decimal): -11172402 or 13534549. OLE color: 13534549.

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

Color convert

RGB 85 133 206 -
CMYK 0.59 0.35 0 0.19
HSL 216.2º 0.55% 0.57% -
HSV(B) 216.2º 0.59% 0.81% -
XYZ 23.27 23.16 61.64 -
YUV 126.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 85 133 206 0.59 0.35 0 0.19 216.2 0.55 0.57
Hex 55 85 CE 3B 23 0 13 D8 37 39
Octal 125 205 316 73 43 0 23 330 67 71
Binary 1010101 10000101 11001110 111011 100011 0 10011 11011000 110111 111001

Color Harmonies of #5585CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5585CE

Black with #5585CE

Text Example


Text Example

White with #5585CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,133,206); }

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

background-color css

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

 a { background-color: rgb(85,133,206); }

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

border-color css

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

 span { border-color: rgb(85,133,206); }

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