Html Css Color HEX #507CB6 Steel Blue

📋 copy color: '#507CB6'

red 80 ◦ green 124 ◦ blue 182

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

Shades of Steel Blue #507CB6

Tints of Steel Blue #507CB6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

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

R = 20.73%
G = 32.12%
B = 47.15%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#507CB6 (or 0x507CB6) is known color: Steel Blue. HEX triplet: 50, 7C and B6. RGB value is (80,124,182). Sum of RGB (Red+Green+Blue) = 80+124+182=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #507CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CB6 is #AF8349. Grayscale: #757575. Windows color (decimal): -11502410 or 11959376. OLE color: 11959376.

HSL color Cylindrical-coordinate representation of color #507CB6: hue angle of 214.12º 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 #507CB6 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 124 182 -
CMYK 0.56 0.32 0 0.29
HSL 214.12º 0.41% 0.51% -
HSV(B) 214.12º 0.56% 0.71% -
XYZ 18.96 19.5 47.02 -
YUV 117.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 80 124 182 0.56 0.32 0 0.29 214.12 0.41 0.51
Hex 50 7C B6 38 20 0 1D D6 29 33
Octal 120 174 266 70 40 0 35 326 51 63
Binary 1010000 1111100 10110110 111000 100000 0 11101 11010110 101001 110011

Color Harmonies of #507CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CB6

Black with #507CB6

Text Example


Text Example

White with #507CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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