Html Css Color HEX #5584C4 Havelock Blue

📋 copy color: '#5584C4'

red 85 ◦ green 132 ◦ blue 196

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

Shades of Havelock Blue #5584C4

Tints of Havelock Blue #5584C4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.96%

 BLUE value IS 196 (76.95% from 255) = 47.46%

R = 20.58%
G = 31.96%
B = 47.46%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5584C4 (or 0x5584C4) is known color: Havelock Blue. HEX triplet: 55, 84 and C4. RGB value is (85,132,196). Sum of RGB (Red+Green+Blue) = 85+132+196=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #5584C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5584C4 is #AA7B3B. Grayscale: #7C7C7C. Windows color (decimal): -11172668 or 12878933. OLE color: 12878933.

HSL color Cylindrical-coordinate representation of color #5584C4: hue angle of 214.59º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5584C4 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 132 196 -
CMYK 0.57 0.33 0 0.23
HSL 214.59º 0.48% 0.55% -
HSV(B) 214.59º 0.57% 0.77% -
XYZ 21.96 22.42 55.39 -
YUV 125.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 85 132 196 0.57 0.33 0 0.23 214.59 0.48 0.55
Hex 55 84 C4 39 21 0 17 D7 30 37
Octal 125 204 304 71 41 0 27 327 60 67
Binary 1010101 10000100 11000100 111001 100001 0 10111 11010111 110000 110111

Color Harmonies of #5584C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5584C4

Black with #5584C4

Text Example


Text Example

White with #5584C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5584C4; }

 p { color: rgb(85,132,196); }

 H1.HeaderClassName
 {
   color: #5584C4;
 }
 .AnyTagClassName
 {
   color: #5584C4;
 }
</style>

background-color css

<style>
 a { background-color: #5584C4; }

 a { background-color: rgb(85,132,196); }

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

border-color css

<style>
 span { border-color: #5584C4; }

 span { border-color: rgb(85,132,196); }

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