Html Css Color HEX #538ACD Havelock Blue

📋 copy color: '#538ACD'

red 83 ◦ green 138 ◦ blue 205

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

Shades of Havelock Blue #538ACD

Tints of Havelock Blue #538ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 19.48%
G = 32.39%
B = 48.12%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#538ACD (or 0x538ACD) is known color: Havelock Blue. HEX triplet: 53, 8A and CD. RGB value is (83,138,205). Sum of RGB (Red+Green+Blue) = 83+138+205=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #538ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ACD is #AC7532. Grayscale: #808080. Windows color (decimal): -11302195 or 13470291. OLE color: 13470291.

HSL color Cylindrical-coordinate representation of color #538ACD: hue angle of 212.95º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #538ACD is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 138 205 -
CMYK 0.60 0.33 0 0.20
HSL 212.95º 0.55% 0.56% -
HSV(B) 212.95º 0.6% 0.8% -
XYZ 23.68 24.42 61.22 -
YUV 129.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 83 138 205 0.60 0.33 0 0.20 212.95 0.55 0.56
Hex 53 8A CD 3C 21 0 14 D5 37 38
Octal 123 212 315 74 41 0 24 325 67 70
Binary 1010011 10001010 11001101 111100 100001 0 10100 11010101 110111 111000

Color Harmonies of #538ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ACD

Black with #538ACD

Text Example


Text Example

White with #538ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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