Html Css Color HEX #507BC0 Havelock Blue

📋 copy color: '#507BC0'

red 80 ◦ green 123 ◦ blue 192

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

Shades of Havelock Blue #507BC0

Tints of Havelock Blue #507BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

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

R = 20.25%
G = 31.14%
B = 48.61%

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

#507BC0 (or 0x507BC0) is known color: Havelock Blue. HEX triplet: 50, 7B and C0. RGB value is (80,123,192). Sum of RGB (Red+Green+Blue) = 80+123+192=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #507BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BC0 is #AF843F. Grayscale: #757575. Windows color (decimal): -11502656 or 12614480. OLE color: 12614480.

HSL color Cylindrical-coordinate representation of color #507BC0: hue angle of 216.96º 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 #507BC0 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 123 192 -
CMYK 0.58 0.36 0 0.25
HSL 216.96º 0.47% 0.53% -
HSV(B) 216.96º 0.58% 0.75% -
XYZ 19.91 19.68 52.62 -
YUV 118.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 80 123 192 0.58 0.36 0 0.25 216.96 0.47 0.53
Hex 50 7B C0 3A 24 0 19 D9 2F 35
Octal 120 173 300 72 44 0 31 331 57 65
Binary 1010000 1111011 11000000 111010 100100 0 11001 11011001 101111 110101

Color Harmonies of #507BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BC0

Black with #507BC0

Text Example


Text Example

White with #507BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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