Html Css Color HEX #538DD3 Havelock Blue

📋 copy color: '#538DD3'

red 83 ◦ green 141 ◦ blue 211

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

Shades of Havelock Blue #538DD3

Tints of Havelock Blue #538DD3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.41%

 BLUE value IS 211 (82.81% from 255) = 48.51%

R = 19.08%
G = 32.41%
B = 48.51%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#538DD3 (or 0x538DD3) is known color: Havelock Blue. HEX triplet: 53, 8D and D3. RGB value is (83,141,211). Sum of RGB (Red+Green+Blue) = 83+141+211=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #538DD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DD3 is #AC722C. Grayscale: #838383. Windows color (decimal): -11301421 or 13864275. OLE color: 13864275.

HSL color Cylindrical-coordinate representation of color #538DD3: hue angle of 212.81º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #538DD3 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 141 211 -
CMYK 0.61 0.33 0 0.17
HSL 212.81º 0.59% 0.58% -
HSV(B) 212.81º 0.61% 0.83% -
XYZ 24.85 25.59 65.26 -
YUV 131.64 172.78 93.31 -
System Red Green Blue C M Y K H S L
Decimal 83 141 211 0.61 0.33 0 0.17 212.81 0.59 0.58
Hex 53 8D D3 3D 21 0 11 D5 3B 3A
Octal 123 215 323 75 41 0 21 325 73 72
Binary 1010011 10001101 11010011 111101 100001 0 10001 11010101 111011 111010

Color Harmonies of #538DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DD3

Black with #538DD3

Text Example


Text Example

White with #538DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,141,211); }

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

background-color css

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

 a { background-color: rgb(83,141,211); }

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

border-color css

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

 span { border-color: rgb(83,141,211); }

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