Html Css Color HEX #538BD3 Havelock Blue

📋 copy color: '#538BD3'

red 83 ◦ green 139 ◦ blue 211

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

Shades of Havelock Blue #538BD3

Tints of Havelock Blue #538BD3

RGB

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

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

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

R = 19.17%
G = 32.1%
B = 48.73%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#538BD3 (or 0x538BD3) is known color: Havelock Blue. HEX triplet: 53, 8B and D3. RGB value is (83,139,211). Sum of RGB (Red+Green+Blue) = 83+139+211=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #538BD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BD3 is #AC742C. Grayscale: #828282. Windows color (decimal): -11301933 or 13863763. OLE color: 13863763.

HSL color Cylindrical-coordinate representation of color #538BD3: hue angle of 213.75º 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 #538BD3 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 139 211 -
CMYK 0.61 0.34 0 0.17
HSL 213.75º 0.59% 0.58% -
HSV(B) 213.75º 0.61% 0.83% -
XYZ 24.56 25.01 65.16 -
YUV 130.46 173.45 94.15 -
System Red Green Blue C M Y K H S L
Decimal 83 139 211 0.61 0.34 0 0.17 213.75 0.59 0.58
Hex 53 8B D3 3D 22 0 11 D6 3B 3A
Octal 123 213 323 75 42 0 21 326 73 72
Binary 1010011 10001011 11010011 111101 100010 0 10001 11010110 111011 111010

Color Harmonies of #538BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BD3

Black with #538BD3

Text Example


Text Example

White with #538BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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