Html Css Color HEX #507EC5 Havelock Blue

📋 copy color: '#507EC5'

red 80 ◦ green 126 ◦ blue 197

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

Shades of Havelock Blue #507EC5

Tints of Havelock Blue #507EC5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

 BLUE value IS 197 (77.34% from 255) = 48.88%

R = 19.85%
G = 31.27%
B = 48.88%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#507EC5 (or 0x507EC5) is known color: Havelock Blue. HEX triplet: 50, 7E and C5. RGB value is (80,126,197). Sum of RGB (Red+Green+Blue) = 80+126+197=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #507EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EC5 is #AF813A. Grayscale: #787878. Windows color (decimal): -11501883 or 12942928. OLE color: 12942928.

HSL color Cylindrical-coordinate representation of color #507EC5: hue angle of 216.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #507EC5 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 126 197 -
CMYK 0.59 0.36 0 0.23
HSL 216.41º 0.5% 0.54% -
HSV(B) 216.41º 0.59% 0.77% -
XYZ 20.85 20.66 55.71 -
YUV 120.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 80 126 197 0.59 0.36 0 0.23 216.41 0.5 0.54
Hex 50 7E C5 3B 24 0 17 D8 32 36
Octal 120 176 305 73 44 0 27 330 62 66
Binary 1010000 1111110 11000101 111011 100100 0 10111 11011000 110010 110110

Color Harmonies of #507EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EC5

Black with #507EC5

Text Example


Text Example

White with #507EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,126,197); }

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

background-color css

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

 a { background-color: rgb(80,126,197); }

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

border-color css

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

 span { border-color: rgb(80,126,197); }

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