Html Css Color HEX #538BC8 Havelock Blue

📋 copy color: '#538BC8'

red 83 ◦ green 139 ◦ blue 200

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

Shades of Havelock Blue #538BC8

Tints of Havelock Blue #538BC8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.94%

 BLUE value IS 200 (78.52% from 255) = 47.39%

R = 19.67%
G = 32.94%
B = 47.39%

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

#538BC8 (or 0x538BC8) is known color: Havelock Blue. HEX triplet: 53, 8B and C8. RGB value is (83,139,200). Sum of RGB (Red+Green+Blue) = 83+139+200=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #538BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BC8 is #AC7437. Grayscale: #808080. Windows color (decimal): -11301944 or 13142867. OLE color: 13142867.

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

Color convert

RGB 83 139 200 -
CMYK 0.58 0.30 0 0.22
HSL 211.28º 0.52% 0.55% -
HSV(B) 211.28º 0.59% 0.78% -
XYZ 23.23 24.47 58.14 -
YUV 129.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 83 139 200 0.58 0.30 0 0.22 211.28 0.52 0.55
Hex 53 8B C8 3A 1E 0 16 D3 34 37
Octal 123 213 310 72 36 0 26 323 64 67
Binary 1010011 10001011 11001000 111010 11110 0 10110 11010011 110100 110111

Color Harmonies of #538BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BC8

Black with #538BC8

Text Example


Text Example

White with #538BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,139,200); }

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

background-color css

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

 a { background-color: rgb(83,139,200); }

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

border-color css

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

 span { border-color: rgb(83,139,200); }

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