Html Css Color HEX #538AC6 Havelock Blue

📋 copy color: '#538AC6'

red 83 ◦ green 138 ◦ blue 198

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

Shades of Havelock Blue #538AC6

Tints of Havelock Blue #538AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 19.81%
G = 32.94%
B = 47.26%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#538AC6 (or 0x538AC6) is known color: Havelock Blue. HEX triplet: 53, 8A and C6. RGB value is (83,138,198). Sum of RGB (Red+Green+Blue) = 83+138+198=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #538AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538AC6 is #AC7539. Grayscale: #808080. Windows color (decimal): -11302202 or 13011539. OLE color: 13011539.

HSL color Cylindrical-coordinate representation of color #538AC6: hue angle of 211.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #538AC6 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 138 198 -
CMYK 0.58 0.30 0 0.22
HSL 211.3º 0.5% 0.55% -
HSV(B) 211.3º 0.58% 0.78% -
XYZ 22.85 24.09 56.87 -
YUV 128.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 83 138 198 0.58 0.30 0 0.22 211.3 0.5 0.55
Hex 53 8A C6 3A 1E 0 16 D3 32 37
Octal 123 212 306 72 36 0 26 323 62 67
Binary 1010011 10001010 11000110 111010 11110 0 10110 11010011 110010 110111

Color Harmonies of #538AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538AC6

Black with #538AC6

Text Example


Text Example

White with #538AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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