Html Css Color HEX #538ACC Havelock Blue

📋 copy color: '#538ACC'

red 83 ◦ green 138 ◦ blue 204

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

Shades of Havelock Blue #538ACC

Tints of Havelock Blue #538ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 19.53%
G = 32.47%
B = 48%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#538ACC (or 0x538ACC) is known color: Havelock Blue. HEX triplet: 53, 8A and CC. RGB value is (83,138,204). Sum of RGB (Red+Green+Blue) = 83+138+204=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #538ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ACC is #AC7533. Grayscale: #808080. Windows color (decimal): -11302196 or 13404755. OLE color: 13404755.

HSL color Cylindrical-coordinate representation of color #538ACC: hue angle of 212.73º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538ACC is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 138 204 -
CMYK 0.59 0.32 0 0.2
HSL 212.73º 0.54% 0.56% -
HSV(B) 212.73º 0.59% 0.8% -
XYZ 23.55 24.38 60.59 -
YUV 129.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 83 138 204 0.59 0.32 0 0.2 212.73 0.54 0.56
Hex 53 8A CC 3B 20 0 14 D5 36 38
Octal 123 212 314 73 40 0 24 325 66 70
Binary 1010011 10001010 11001100 111011 100000 0 10100 11010101 110110 111000

Color Harmonies of #538ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ACC

Black with #538ACC

Text Example


Text Example

White with #538ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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