Html Css Color HEX #538ACB Havelock Blue

📋 copy color: '#538ACB'

red 83 ◦ green 138 ◦ blue 203

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

Shades of Havelock Blue #538ACB

Tints of Havelock Blue #538ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 19.58%
G = 32.55%
B = 47.88%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#538ACB (or 0x538ACB) is known color: Havelock Blue. HEX triplet: 53, 8A and CB. RGB value is (83,138,203). Sum of RGB (Red+Green+Blue) = 83+138+203=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #538ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ACB is #AC7534. Grayscale: #808080. Windows color (decimal): -11302197 or 13339219. OLE color: 13339219.

HSL color Cylindrical-coordinate representation of color #538ACB: hue angle of 212.5º 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 #538ACB is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 138 203 -
CMYK 0.59 0.32 0 0.20
HSL 212.5º 0.54% 0.56% -
HSV(B) 212.5º 0.59% 0.8% -
XYZ 23.44 24.33 59.96 -
YUV 128.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 83 138 203 0.59 0.32 0 0.20 212.5 0.54 0.56
Hex 53 8A CB 3B 20 0 14 D4 36 38
Octal 123 212 313 73 40 0 24 324 66 70
Binary 1010011 10001010 11001011 111011 100000 0 10100 11010100 110110 111000

Color Harmonies of #538ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ACB

Black with #538ACB

Text Example


Text Example

White with #538ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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