Html Css Color HEX #5381CF Havelock Blue

📋 copy color: '#5381CF'

red 83 ◦ green 129 ◦ blue 207

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

Shades of Havelock Blue #5381CF

Tints of Havelock Blue #5381CF

RGB

 RED value IS 83 (32.81% from 255) = 19.81%

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

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

R = 19.81%
G = 30.79%
B = 49.4%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5381CF (or 0x5381CF) is known color: Havelock Blue. HEX triplet: 53, 81 and CF. RGB value is (83,129,207). Sum of RGB (Red+Green+Blue) = 83+129+207=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #5381CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5381CF is #AC7E30. Grayscale: #7B7B7B. Windows color (decimal): -11304497 or 13599059. OLE color: 13599059.

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

Color convert

RGB 83 129 207 -
CMYK 0.60 0.38 0 0.19
HSL 217.74º 0.56% 0.57% -
HSV(B) 217.74º 0.6% 0.81% -
XYZ 22.68 22.04 62.09 -
YUV 124.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 83 129 207 0.60 0.38 0 0.19 217.74 0.56 0.57
Hex 53 81 CF 3C 26 0 13 DA 38 39
Octal 123 201 317 74 46 0 23 332 70 71
Binary 1010011 10000001 11001111 111100 100110 0 10011 11011010 111000 111001

Color Harmonies of #5381CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5381CF

Black with #5381CF

Text Example


Text Example

White with #5381CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,129,207); }

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

background-color css

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

 a { background-color: rgb(83,129,207); }

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

border-color css

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

 span { border-color: rgb(83,129,207); }

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