Html Css Color HEX #538CCD Havelock Blue

📋 copy color: '#538CCD'

red 83 ◦ green 140 ◦ blue 205

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

Shades of Havelock Blue #538CCD

Tints of Havelock Blue #538CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 19.39%
G = 32.71%
B = 47.9%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#538CCD (or 0x538CCD) is known color: Havelock Blue. HEX triplet: 53, 8C and CD. RGB value is (83,140,205). Sum of RGB (Red+Green+Blue) = 83+140+205=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #538CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CCD is #AC7332. Grayscale: #828282. Windows color (decimal): -11301683 or 13470803. OLE color: 13470803.

HSL color Cylindrical-coordinate representation of color #538CCD: hue angle of 211.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #538CCD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 140 205 -
CMYK 0.60 0.32 0 0.20
HSL 211.97º 0.55% 0.56% -
HSV(B) 211.97º 0.6% 0.8% -
XYZ 23.96 25 61.32 -
YUV 130.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 83 140 205 0.60 0.32 0 0.20 211.97 0.55 0.56
Hex 53 8C CD 3C 20 0 14 D4 37 38
Octal 123 214 315 74 40 0 24 324 67 70
Binary 1010011 10001100 11001101 111100 100000 0 10100 11010100 110111 111000

Color Harmonies of #538CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CCD

Black with #538CCD

Text Example


Text Example

White with #538CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,140,205); }

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

background-color css

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

 a { background-color: rgb(83,140,205); }

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

border-color css

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

 span { border-color: rgb(83,140,205); }

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