Html Css Color HEX #507AB6 Havelock Blue

📋 copy color: '#507AB6'

red 80 ◦ green 122 ◦ blue 182

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

Shades of Havelock Blue #507AB6

Tints of Havelock Blue #507AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 20.83%
G = 31.77%
B = 47.4%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#507AB6 (or 0x507AB6) is known color: Havelock Blue. HEX triplet: 50, 7A and B6. RGB value is (80,122,182). Sum of RGB (Red+Green+Blue) = 80+122+182=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #507AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AB6 is #AF8549. Grayscale: #737373. Windows color (decimal): -11502922 or 11958864. OLE color: 11958864.

HSL color Cylindrical-coordinate representation of color #507AB6: hue angle of 215.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507AB6 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 122 182 -
CMYK 0.56 0.33 0 0.29
HSL 215.29º 0.41% 0.51% -
HSV(B) 215.29º 0.56% 0.71% -
XYZ 18.71 19 46.94 -
YUV 116.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 80 122 182 0.56 0.33 0 0.29 215.29 0.41 0.51
Hex 50 7A B6 38 21 0 1D D7 29 33
Octal 120 172 266 70 41 0 35 327 51 63
Binary 1010000 1111010 10110110 111000 100001 0 11101 11010111 101001 110011

Color Harmonies of #507AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AB6

Black with #507AB6

Text Example


Text Example

White with #507AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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