Html Css Color HEX #5385CF Havelock Blue

📋 copy color: '#5385CF'

red 83 ◦ green 133 ◦ blue 207

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

Shades of Havelock Blue #5385CF

Tints of Havelock Blue #5385CF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 19.62%
G = 31.44%
B = 48.94%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5385CF (or 0x5385CF) is known color: Havelock Blue. HEX triplet: 53, 85 and CF. RGB value is (83,133,207). Sum of RGB (Red+Green+Blue) = 83+133+207=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #5385CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5385CF is #AC7A30. Grayscale: #7E7E7E. Windows color (decimal): -11303473 or 13600083. OLE color: 13600083.

HSL color Cylindrical-coordinate representation of color #5385CF: hue angle of 215.81º 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 #5385CF is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 133 207 -
CMYK 0.60 0.36 0 0.19
HSL 215.81º 0.56% 0.57% -
HSV(B) 215.81º 0.6% 0.81% -
XYZ 23.22 23.12 62.27 -
YUV 126.49 173.44 96.98 -
System Red Green Blue C M Y K H S L
Decimal 83 133 207 0.60 0.36 0 0.19 215.81 0.56 0.57
Hex 53 85 CF 3C 24 0 13 D8 38 39
Octal 123 205 317 74 44 0 23 330 70 71
Binary 1010011 10000101 11001111 111100 100100 0 10011 11011000 111000 111001

Color Harmonies of #5385CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5385CF

Black with #5385CF

Text Example


Text Example

White with #5385CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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