Html Css Color HEX #538CCC Havelock Blue

📋 copy color: '#538CCC'

red 83 ◦ green 140 ◦ blue 204

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

Shades of Havelock Blue #538CCC

Tints of Havelock Blue #538CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 19.44%
G = 32.79%
B = 47.78%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#538CCC (or 0x538CCC) is known color: Havelock Blue. HEX triplet: 53, 8C and CC. RGB value is (83,140,204). Sum of RGB (Red+Green+Blue) = 83+140+204=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #538CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CCC is #AC7333. Grayscale: #818181. Windows color (decimal): -11301684 or 13405267. OLE color: 13405267.

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

Color convert

RGB 83 140 204 -
CMYK 0.59 0.31 0 0.2
HSL 211.74º 0.54% 0.56% -
HSV(B) 211.74º 0.59% 0.8% -
XYZ 23.84 24.95 60.69 -
YUV 130.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 83 140 204 0.59 0.31 0 0.2 211.74 0.54 0.56
Hex 53 8C CC 3B 1F 0 14 D4 36 38
Octal 123 214 314 73 37 0 24 324 66 70
Binary 1010011 10001100 11001100 111011 11111 0 10100 11010100 110110 111000

Color Harmonies of #538CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CCC

Black with #538CCC

Text Example


Text Example

White with #538CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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