Html Css Color HEX #507AA7 Steel Blue

📋 copy color: '#507AA7'

red 80 ◦ green 122 ◦ blue 167

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

Shades of Steel Blue #507AA7

Tints of Steel Blue #507AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.26%

R = 21.68%
G = 33.06%
B = 45.26%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#507AA7 (or 0x507AA7) is known color: Steel Blue. HEX triplet: 50, 7A and A7. RGB value is (80,122,167). Sum of RGB (Red+Green+Blue) = 80+122+167=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 167 - color contains mainly: blue. Hex color #507AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AA7 is #AF8558. Grayscale: #727272. Windows color (decimal): -11502937 or 10975824. OLE color: 10975824.

HSL color Cylindrical-coordinate representation of color #507AA7: hue angle of 211.03º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #507AA7 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 122 167 -
CMYK 0.52 0.27 0 0.35
HSL 211.03º 0.35% 0.48% -
HSV(B) 211.03º 0.52% 0.65% -
XYZ 17.24 18.41 39.2 -
YUV 114.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 80 122 167 0.52 0.27 0 0.35 211.03 0.35 0.48
Hex 50 7A A7 34 1B 0 23 D3 23 30
Octal 120 172 247 64 33 0 43 323 43 60
Binary 1010000 1111010 10100111 110100 11011 0 100011 11010011 100011 110000

Color Harmonies of #507AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AA7

Black with #507AA7

Text Example


Text Example

White with #507AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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