Html Css Color HEX #5075BA Havelock Blue

📋 copy color: '#5075BA'

red 80 ◦ green 117 ◦ blue 186

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

Shades of Havelock Blue #5075BA

Tints of Havelock Blue #5075BA

RGB

 RED value IS 80 (31.64% from 255) = 20.89%

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 20.89%
G = 30.55%
B = 48.56%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5075BA (or 0x5075BA) is known color: Havelock Blue. HEX triplet: 50, 75 and BA. RGB value is (80,117,186). Sum of RGB (Red+Green+Blue) = 80+117+186=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #5075BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075BA is #AF8A45. Grayscale: #717171. Windows color (decimal): -11504198 or 12219728. OLE color: 12219728.

HSL color Cylindrical-coordinate representation of color #5075BA: hue angle of 219.06º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5075BA is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 117 186 -
CMYK 0.57 0.37 0 0.27
HSL 219.06º 0.43% 0.52% -
HSV(B) 219.06º 0.57% 0.73% -
XYZ 18.53 17.97 48.95 -
YUV 113.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 80 117 186 0.57 0.37 0 0.27 219.06 0.43 0.52
Hex 50 75 BA 39 25 0 1B DB 2B 34
Octal 120 165 272 71 45 0 33 333 53 64
Binary 1010000 1110101 10111010 111001 100101 0 11011 11011011 101011 110100

Color Harmonies of #5075BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5075BA

Black with #5075BA

Text Example


Text Example

White with #5075BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5075BA; }

 p { color: rgb(80,117,186); }

 H1.HeaderClassName
 {
   color: #5075BA;
 }
 .AnyTagClassName
 {
   color: #5075BA;
 }
</style>

background-color css

<style>
 a { background-color: #5075BA; }

 a { background-color: rgb(80,117,186); }

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

border-color css

<style>
 span { border-color: #5075BA; }

 span { border-color: rgb(80,117,186); }

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