Html Css Color HEX #507EC6 Havelock Blue

📋 copy color: '#507EC6'

red 80 ◦ green 126 ◦ blue 198

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

Shades of Havelock Blue #507EC6

Tints of Havelock Blue #507EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.01%

R = 19.8%
G = 31.19%
B = 49.01%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#507EC6 (or 0x507EC6) is known color: Havelock Blue. HEX triplet: 50, 7E and C6. RGB value is (80,126,198). Sum of RGB (Red+Green+Blue) = 80+126+198=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #507EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EC6 is #AF8139. Grayscale: #787878. Windows color (decimal): -11501882 or 13008464. OLE color: 13008464.

HSL color Cylindrical-coordinate representation of color #507EC6: hue angle of 216.61º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #507EC6 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 126 198 -
CMYK 0.60 0.36 0 0.22
HSL 216.61º 0.51% 0.55% -
HSV(B) 216.61º 0.6% 0.78% -
XYZ 20.96 20.7 56.32 -
YUV 120.45 171.76 99.15 -
System Red Green Blue C M Y K H S L
Decimal 80 126 198 0.60 0.36 0 0.22 216.61 0.51 0.55
Hex 50 7E C6 3C 24 0 16 D9 33 37
Octal 120 176 306 74 44 0 26 331 63 67
Binary 1010000 1111110 11000110 111100 100100 0 10110 11011001 110011 110111

Color Harmonies of #507EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EC6

Black with #507EC6

Text Example


Text Example

White with #507EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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