Html Css Color HEX #507AC0 Havelock Blue

📋 copy color: '#507AC0'

red 80 ◦ green 122 ◦ blue 192

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

Shades of Havelock Blue #507AC0

Tints of Havelock Blue #507AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 20.3%
G = 30.96%
B = 48.73%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#507AC0 (or 0x507AC0) is known color: Havelock Blue. HEX triplet: 50, 7A and C0. RGB value is (80,122,192). Sum of RGB (Red+Green+Blue) = 80+122+192=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #507AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AC0 is #AF853F. Grayscale: #757575. Windows color (decimal): -11502912 or 12614224. OLE color: 12614224.

HSL color Cylindrical-coordinate representation of color #507AC0: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507AC0 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 122 192 -
CMYK 0.58 0.36 0 0.25
HSL 217.5º 0.47% 0.53% -
HSV(B) 217.5º 0.58% 0.75% -
XYZ 19.78 19.43 52.58 -
YUV 117.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 80 122 192 0.58 0.36 0 0.25 217.5 0.47 0.53
Hex 50 7A C0 3A 24 0 19 DA 2F 35
Octal 120 172 300 72 44 0 31 332 57 65
Binary 1010000 1111010 11000000 111010 100100 0 11001 11011010 101111 110101

Color Harmonies of #507AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AC0

Black with #507AC0

Text Example


Text Example

White with #507AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507AC0; }

 p { color: rgb(80,122,192); }

 H1.HeaderClassName
 {
   color: #507AC0;
 }
 .AnyTagClassName
 {
   color: #507AC0;
 }
</style>

background-color css

<style>
 a { background-color: #507AC0; }

 a { background-color: rgb(80,122,192); }

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

border-color css

<style>
 span { border-color: #507AC0; }

 span { border-color: rgb(80,122,192); }

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