Html Css Color HEX #538BDA Havelock Blue

📋 copy color: '#538BDA'

red 83 ◦ green 139 ◦ blue 218

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

Shades of Havelock Blue #538BDA

Tints of Havelock Blue #538BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 18.86%
G = 31.59%
B = 49.55%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#538BDA (or 0x538BDA) is known color: Havelock Blue. HEX triplet: 53, 8B and DA. RGB value is (83,139,218). Sum of RGB (Red+Green+Blue) = 83+139+218=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #538BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BDA is #AC7425. Grayscale: #828282. Windows color (decimal): -11301926 or 14322515. OLE color: 14322515.

HSL color Cylindrical-coordinate representation of color #538BDA: hue angle of 215.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538BDA is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 139 218 -
CMYK 0.62 0.36 0 0.15
HSL 215.11º 0.65% 0.59% -
HSV(B) 215.11º 0.62% 0.85% -
XYZ 25.45 25.37 69.88 -
YUV 131.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 83 139 218 0.62 0.36 0 0.15 215.11 0.65 0.59
Hex 53 8B DA 3E 24 0 F D7 41 3B
Octal 123 213 332 76 44 0 17 327 101 73
Binary 1010011 10001011 11011010 111110 100100 0 1111 11010111 1000001 111011

Color Harmonies of #538BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BDA

Black with #538BDA

Text Example


Text Example

White with #538BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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