Html Css Color HEX #5388CD Havelock Blue

📋 copy color: '#5388CD'

red 83 ◦ green 136 ◦ blue 205

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

Shades of Havelock Blue #5388CD

Tints of Havelock Blue #5388CD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.08%

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

R = 19.58%
G = 32.08%
B = 48.35%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5388CD (or 0x5388CD) is known color: Havelock Blue. HEX triplet: 53, 88 and CD. RGB value is (83,136,205). Sum of RGB (Red+Green+Blue) = 83+136+205=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #5388CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5388CD is #AC7732. Grayscale: #7F7F7F. Windows color (decimal): -11302707 or 13469779. OLE color: 13469779.

HSL color Cylindrical-coordinate representation of color #5388CD: hue angle of 213.93º 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 #5388CD is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 136 205 -
CMYK 0.60 0.34 0 0.20
HSL 213.93º 0.55% 0.56% -
HSV(B) 213.93º 0.6% 0.8% -
XYZ 23.39 23.86 61.13 -
YUV 128.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 83 136 205 0.60 0.34 0 0.20 213.93 0.55 0.56
Hex 53 88 CD 3C 22 0 14 D6 37 38
Octal 123 210 315 74 42 0 24 326 67 70
Binary 1010011 10001000 11001101 111100 100010 0 10100 11010110 110111 111000

Color Harmonies of #5388CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5388CD

Black with #5388CD

Text Example


Text Example

White with #5388CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5388CD; }

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

 H1.HeaderClassName
 {
   color: #5388CD;
 }
 .AnyTagClassName
 {
   color: #5388CD;
 }
</style>

background-color css

<style>
 a { background-color: #5388CD; }

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

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

border-color css

<style>
 span { border-color: #5388CD; }

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

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