Html Css Color HEX #508CB6 Steel Blue

📋 copy color: '#508CB6'

red 80 ◦ green 140 ◦ blue 182

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

Shades of Steel Blue #508CB6

Tints of Steel Blue #508CB6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

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

R = 19.9%
G = 34.83%
B = 45.27%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#508CB6 (or 0x508CB6) is known color: Steel Blue. HEX triplet: 50, 8C and B6. RGB value is (80,140,182). Sum of RGB (Red+Green+Blue) = 80+140+182=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #508CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CB6 is #AF7349. Grayscale: #7E7E7E. Windows color (decimal): -11498314 or 11963472. OLE color: 11963472.

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

Color convert

RGB 80 140 182 -
CMYK 0.56 0.23 0 0.29
HSL 204.71º 0.41% 0.51% -
HSV(B) 204.71º 0.56% 0.71% -
XYZ 21.13 23.84 47.74 -
YUV 126.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 80 140 182 0.56 0.23 0 0.29 204.71 0.41 0.51
Hex 50 8C B6 38 17 0 1D CD 29 33
Octal 120 214 266 70 27 0 35 315 51 63
Binary 1010000 10001100 10110110 111000 10111 0 11101 11001101 101001 110011

Color Harmonies of #508CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CB6

Black with #508CB6

Text Example


Text Example

White with #508CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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