Html Css Color HEX #536EC8 Havelock Blue

📋 copy color: '#536EC8'

red 83 ◦ green 110 ◦ blue 200

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

Shades of Havelock Blue #536EC8

Tints of Havelock Blue #536EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

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

R = 21.12%
G = 27.99%
B = 50.89%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#536EC8 (or 0x536EC8) is known color: Havelock Blue. HEX triplet: 53, 6E and C8. RGB value is (83,110,200). Sum of RGB (Red+Green+Blue) = 83+110+200=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #536EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EC8 is #AC9137. Grayscale: #6F6F6F. Windows color (decimal): -11309368 or 13135443. OLE color: 13135443.

HSL color Cylindrical-coordinate representation of color #536EC8: hue angle of 226.15º 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 #536EC8 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 110 200 -
CMYK 0.58 0.45 0 0.22
HSL 226.15º 0.52% 0.55% -
HSV(B) 226.15º 0.59% 0.78% -
XYZ 19.57 17.16 56.92 -
YUV 112.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 83 110 200 0.58 0.45 0 0.22 226.15 0.52 0.55
Hex 53 6E C8 3A 2D 0 16 E2 34 37
Octal 123 156 310 72 55 0 26 342 64 67
Binary 1010011 1101110 11001000 111010 101101 0 10110 11100010 110100 110111

Color Harmonies of #536EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536EC8

Black with #536EC8

Text Example


Text Example

White with #536EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536EC8; }

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

 H1.HeaderClassName
 {
   color: #536EC8;
 }
 .AnyTagClassName
 {
   color: #536EC8;
 }
</style>

background-color css

<style>
 a { background-color: #536EC8; }

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

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

border-color css

<style>
 span { border-color: #536EC8; }

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

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