Html Css Color HEX #507AB8 Havelock Blue

📋 copy color: '#507AB8'

red 80 ◦ green 122 ◦ blue 184

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

Shades of Havelock Blue #507AB8

Tints of Havelock Blue #507AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.67%

R = 20.73%
G = 31.61%
B = 47.67%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#507AB8 (or 0x507AB8) is known color: Havelock Blue. HEX triplet: 50, 7A and B8. RGB value is (80,122,184). Sum of RGB (Red+Green+Blue) = 80+122+184=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #507AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AB8 is #AF8547. Grayscale: #747474. Windows color (decimal): -11502920 or 12089936. OLE color: 12089936.

HSL color Cylindrical-coordinate representation of color #507AB8: hue angle of 215.77º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507AB8 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 122 184 -
CMYK 0.57 0.34 0 0.28
HSL 215.77º 0.42% 0.52% -
HSV(B) 215.77º 0.57% 0.72% -
XYZ 18.92 19.09 48.03 -
YUV 116.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 80 122 184 0.57 0.34 0 0.28 215.77 0.42 0.52
Hex 50 7A B8 39 22 0 1C D8 2A 34
Octal 120 172 270 71 42 0 34 330 52 64
Binary 1010000 1111010 10111000 111001 100010 0 11100 11011000 101010 110100

Color Harmonies of #507AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AB8

Black with #507AB8

Text Example


Text Example

White with #507AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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