Html Css Color HEX #538ACE Havelock Blue

📋 copy color: '#538ACE'

red 83 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #538ACE

Tints of Havelock Blue #538ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 19.44%
G = 32.32%
B = 48.24%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#538ACE (or 0x538ACE) is known color: Havelock Blue. HEX triplet: 53, 8A and CE. RGB value is (83,138,206). Sum of RGB (Red+Green+Blue) = 83+138+206=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #538ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ACE is #AC7531. Grayscale: #808080. Windows color (decimal): -11302194 or 13535827. OLE color: 13535827.

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

Color convert

RGB 83 138 206 -
CMYK 0.60 0.33 0 0.19
HSL 213.17º 0.56% 0.57% -
HSV(B) 213.17º 0.6% 0.81% -
XYZ 23.8 24.47 61.86 -
YUV 129.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 83 138 206 0.60 0.33 0 0.19 213.17 0.56 0.57
Hex 53 8A CE 3C 21 0 13 D5 38 39
Octal 123 212 316 74 41 0 23 325 70 71
Binary 1010011 10001010 11001110 111100 100001 0 10011 11010101 111000 111001

Color Harmonies of #538ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ACE

Black with #538ACE

Text Example


Text Example

White with #538ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538ACE; }

 p { color: rgb(83,138,206); }

 H1.HeaderClassName
 {
   color: #538ACE;
 }
 .AnyTagClassName
 {
   color: #538ACE;
 }
</style>

background-color css

<style>
 a { background-color: #538ACE; }

 a { background-color: rgb(83,138,206); }

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

border-color css

<style>
 span { border-color: #538ACE; }

 span { border-color: rgb(83,138,206); }

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