Html Css Color HEX #537CCB Havelock Blue

📋 copy color: '#537CCB'

red 83 ◦ green 124 ◦ blue 203

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

Shades of Havelock Blue #537CCB

Tints of Havelock Blue #537CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.24%

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 20.24%
G = 30.24%
B = 49.51%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#537CCB (or 0x537CCB) is known color: Havelock Blue. HEX triplet: 53, 7C and CB. RGB value is (83,124,203). Sum of RGB (Red+Green+Blue) = 83+124+203=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #537CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CCB is #AC8334. Grayscale: #787878. Windows color (decimal): -11305781 or 13335635. OLE color: 13335635.

HSL color Cylindrical-coordinate representation of color #537CCB: hue angle of 219.5º 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 #537CCB is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 124 203 -
CMYK 0.59 0.39 0 0.20
HSL 219.5º 0.54% 0.56% -
HSV(B) 219.5º 0.59% 0.8% -
XYZ 21.55 20.57 59.33 -
YUV 120.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 83 124 203 0.59 0.39 0 0.20 219.5 0.54 0.56
Hex 53 7C CB 3B 27 0 14 DC 36 38
Octal 123 174 313 73 47 0 24 334 66 70
Binary 1010011 1111100 11001011 111011 100111 0 10100 11011100 110110 111000

Color Harmonies of #537CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CCB

Black with #537CCB

Text Example


Text Example

White with #537CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537CCB; }

 p { color: rgb(83,124,203); }

 H1.HeaderClassName
 {
   color: #537CCB;
 }
 .AnyTagClassName
 {
   color: #537CCB;
 }
</style>

background-color css

<style>
 a { background-color: #537CCB; }

 a { background-color: rgb(83,124,203); }

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

border-color css

<style>
 span { border-color: #537CCB; }

 span { border-color: rgb(83,124,203); }

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