Html Css Color HEX #5E81D7 Havelock Blue

📋 copy color: '#5E81D7'

red 94 ◦ green 129 ◦ blue 215

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

Shades of Havelock Blue #5E81D7

Tints of Havelock Blue #5E81D7

RGB

 RED value IS 94 (37.11% from 255) = 21.46%

 GREEN value IS 129 (50.78% from 255) = 29.45%

 BLUE value IS 215 (84.38% from 255) = 49.09%

R = 21.46%
G = 29.45%
B = 49.09%

CMYK

 C value IS 0.56

 M value IS 0.4

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5E81D7 (or 0x5E81D7) is known color: Havelock Blue. HEX triplet: 5E, 81 and D7. RGB value is (94,129,215). Sum of RGB (Red+Green+Blue) = 94+129+215=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #5E81D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E81D7 is #A17E28. Grayscale: #7F7F7F. Windows color (decimal): -10583593 or 14123358. OLE color: 14123358.

HSL color Cylindrical-coordinate representation of color #5E81D7: hue angle of 222.64º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E81D7 is Cyan = 0.56, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 129 215 -
CMYK 0.56 0.4 0 0.16
HSL 222.64º 0.6% 0.61% -
HSV(B) 222.64º 0.56% 0.84% -
XYZ 24.73 22.99 67.42 -
YUV 128.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 94 129 215 0.56 0.4 0 0.16 222.64 0.6 0.61
Hex 5E 81 D7 38 28 0 10 DF 3C 3D
Octal 136 201 327 70 50 0 20 337 74 75
Binary 1011110 10000001 11010111 111000 101000 0 10000 11011111 111100 111101

Color Harmonies of #5E81D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E81D7

Black with #5E81D7

Text Example


Text Example

White with #5E81D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E81D7; }

 p { color: rgb(94,129,215); }

 H1.HeaderClassName
 {
   color: #5E81D7;
 }
 .AnyTagClassName
 {
   color: #5E81D7;
 }
</style>

background-color css

<style>
 a { background-color: #5E81D7; }

 a { background-color: rgb(94,129,215); }

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

border-color css

<style>
 span { border-color: #5E81D7; }

 span { border-color: rgb(94,129,215); }

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