Html Css Color HEX #5075CC Havelock Blue

📋 copy color: '#5075CC'

red 80 ◦ green 117 ◦ blue 204

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

Shades of Havelock Blue #5075CC

Tints of Havelock Blue #5075CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 19.95%
G = 29.18%
B = 50.87%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5075CC (or 0x5075CC) is known color: Havelock Blue. HEX triplet: 50, 75 and CC. RGB value is (80,117,204). Sum of RGB (Red+Green+Blue) = 80+117+204=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #5075CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075CC is #AF8A33. Grayscale: #737373. Windows color (decimal): -11504180 or 13399376. OLE color: 13399376.

HSL color Cylindrical-coordinate representation of color #5075CC: hue angle of 222.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5075CC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 117 204 -
CMYK 0.61 0.43 0 0.2
HSL 222.1º 0.55% 0.56% -
HSV(B) 222.1º 0.61% 0.8% -
XYZ 20.57 18.79 59.67 -
YUV 115.86 177.74 102.43 -
System Red Green Blue C M Y K H S L
Decimal 80 117 204 0.61 0.43 0 0.2 222.1 0.55 0.56
Hex 50 75 CC 3D 2B 0 14 DE 37 38
Octal 120 165 314 75 53 0 24 336 67 70
Binary 1010000 1110101 11001100 111101 101011 0 10100 11011110 110111 111000

Color Harmonies of #5075CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5075CC

Black with #5075CC

Text Example


Text Example

White with #5075CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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