Html Css Color HEX #5874BC Havelock Blue

📋 copy color: '#5874BC'

red 88 ◦ green 116 ◦ blue 188

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

Shades of Havelock Blue #5874BC

Tints of Havelock Blue #5874BC

RGB

 RED value IS 88 (34.77% from 255) = 22.45%

 GREEN value IS 116 (45.7% from 255) = 29.59%

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 22.45%
G = 29.59%
B = 47.96%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5874BC (or 0x5874BC) is known color: Havelock Blue. HEX triplet: 58, 74 and BC. RGB value is (88,116,188). Sum of RGB (Red+Green+Blue) = 88+116+188=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5874BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874BC is #A78B43. Grayscale: #737373. Windows color (decimal): -10980164 or 12350552. OLE color: 12350552.

HSL color Cylindrical-coordinate representation of color #5874BC: hue angle of 223.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5874BC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 116 188 -
CMYK 0.53 0.38 0 0.26
HSL 223.2º 0.43% 0.54% -
HSV(B) 223.2º 0.53% 0.74% -
XYZ 19.35 18.2 50.07 -
YUV 115.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 88 116 188 0.53 0.38 0 0.26 223.2 0.43 0.54
Hex 58 74 BC 35 26 0 1A DF 2B 36
Octal 130 164 274 65 46 0 32 337 53 66
Binary 1011000 1110100 10111100 110101 100110 0 11010 11011111 101011 110110

Color Harmonies of #5874BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5874BC

Black with #5874BC

Text Example


Text Example

White with #5874BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5874BC; }

 p { color: rgb(88,116,188); }

 H1.HeaderClassName
 {
   color: #5874BC;
 }
 .AnyTagClassName
 {
   color: #5874BC;
 }
</style>

background-color css

<style>
 a { background-color: #5874BC; }

 a { background-color: rgb(88,116,188); }

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

border-color css

<style>
 span { border-color: #5874BC; }

 span { border-color: rgb(88,116,188); }

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