Html Css Color HEX #538BCC Havelock Blue

📋 copy color: '#538BCC'

red 83 ◦ green 139 ◦ blue 204

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

Shades of Havelock Blue #538BCC

Tints of Havelock Blue #538BCC

RGB

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

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

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

R = 19.48%
G = 32.63%
B = 47.89%

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

#538BCC (or 0x538BCC) is known color: Havelock Blue. HEX triplet: 53, 8B and CC. RGB value is (83,139,204). Sum of RGB (Red+Green+Blue) = 83+139+204=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #538BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BCC is #AC7433. Grayscale: #818181. Windows color (decimal): -11301940 or 13405011. OLE color: 13405011.

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

Color convert

RGB 83 139 204 -
CMYK 0.59 0.32 0 0.2
HSL 212.23º 0.54% 0.56% -
HSV(B) 212.23º 0.59% 0.8% -
XYZ 23.7 24.66 60.64 -
YUV 129.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 83 139 204 0.59 0.32 0 0.2 212.23 0.54 0.56
Hex 53 8B CC 3B 20 0 14 D4 36 38
Octal 123 213 314 73 40 0 24 324 66 70
Binary 1010011 10001011 11001100 111011 100000 0 10100 11010100 110110 111000

Color Harmonies of #538BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BCC

Black with #538BCC

Text Example


Text Example

White with #538BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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