Html Css Color HEX #5784CF Havelock Blue

📋 copy color: '#5784CF'

red 87 ◦ green 132 ◦ blue 207

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

Shades of Havelock Blue #5784CF

Tints of Havelock Blue #5784CF

RGB

 RED value IS 87 (34.38% from 255) = 20.42%

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

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

R = 20.42%
G = 30.99%
B = 48.59%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5784CF (or 0x5784CF) is known color: Havelock Blue. HEX triplet: 57, 84 and CF. RGB value is (87,132,207). Sum of RGB (Red+Green+Blue) = 87+132+207=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #5784CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5784CF is #A87B30. Grayscale: #7E7E7E. Windows color (decimal): -11041585 or 13599831. OLE color: 13599831.

HSL color Cylindrical-coordinate representation of color #5784CF: hue angle of 217.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5784CF is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 132 207 -
CMYK 0.58 0.36 0 0.19
HSL 217.5º 0.56% 0.58% -
HSV(B) 217.5º 0.58% 0.81% -
XYZ 23.44 23.03 62.24 -
YUV 127.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 87 132 207 0.58 0.36 0 0.19 217.5 0.56 0.58
Hex 57 84 CF 3A 24 0 13 DA 38 3A
Octal 127 204 317 72 44 0 23 332 70 72
Binary 1010111 10000100 11001111 111010 100100 0 10011 11011010 111000 111010

Color Harmonies of #5784CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5784CF

Black with #5784CF

Text Example


Text Example

White with #5784CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,132,207); }

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

background-color css

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

 a { background-color: rgb(87,132,207); }

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

border-color css

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

 span { border-color: rgb(87,132,207); }

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