Html Css Color HEX #5382CA Havelock Blue

📋 copy color: '#5382CA'

red 83 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #5382CA

Tints of Havelock Blue #5382CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.33%

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 20%
G = 31.33%
B = 48.67%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5382CA (or 0x5382CA) is known color: Havelock Blue. HEX triplet: 53, 82 and CA. RGB value is (83,130,202). Sum of RGB (Red+Green+Blue) = 83+130+202=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #5382CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382CA is #AC7D35. Grayscale: #7B7B7B. Windows color (decimal): -11304246 or 13271635. OLE color: 13271635.

HSL color Cylindrical-coordinate representation of color #5382CA: hue angle of 216.3º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5382CA is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 130 202 -
CMYK 0.59 0.36 0 0.21
HSL 216.3º 0.53% 0.56% -
HSV(B) 216.3º 0.59% 0.79% -
XYZ 22.21 22.07 58.97 -
YUV 124.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 83 130 202 0.59 0.36 0 0.21 216.3 0.53 0.56
Hex 53 82 CA 3B 24 0 15 D8 35 38
Octal 123 202 312 73 44 0 25 330 65 70
Binary 1010011 10000010 11001010 111011 100100 0 10101 11011000 110101 111000

Color Harmonies of #5382CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5382CA

Black with #5382CA

Text Example


Text Example

White with #5382CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5382CA; }

 p { color: rgb(83,130,202); }

 H1.HeaderClassName
 {
   color: #5382CA;
 }
 .AnyTagClassName
 {
   color: #5382CA;
 }
</style>

background-color css

<style>
 a { background-color: #5382CA; }

 a { background-color: rgb(83,130,202); }

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

border-color css

<style>
 span { border-color: #5382CA; }

 span { border-color: rgb(83,130,202); }

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