Html Css Color HEX #00504D Sherpa Blue

📋 copy color: '#00504D'

red 0 ◦ green 80 ◦ blue 77

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

Shades of Sherpa Blue #00504D

Tints of Sherpa Blue #00504D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 80 (31.64% from 255) = 50.96%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 0%
G = 50.96%
B = 49.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#00504D (or 0x00504D) is known color: Sherpa Blue. HEX triplet: 00, 50 and 4D. RGB value is (0,80,77). Sum of RGB (Red+Green+Blue) = 0+80+77=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #00504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00504D is #FFAFB2. Grayscale: #373737. Windows color (decimal): -16756659 or 5066752. OLE color: 5066752.

HSL color Cylindrical-coordinate representation of color #00504D: hue angle of 177.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00504D is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 77 -
CMYK 1 0 0.04 0.69
HSL 177.75º 1% 0.16% -
HSV(B) 177.75º 1% 0.31% -
XYZ 4.21 6.27 8.01 -
YUV 55.74 140 88.24 -
System Red Green Blue C M Y K H S L
Decimal 0 80 77 1 0 0.04 0.69 177.75 1 0.16
Hex 0 50 4D 64 0 4 45 B2 64 10
Octal 0 120 115 144 0 4 105 262 144 20
Binary 0 1010000 1001101 1100100 0 100 1000101 10110010 1100100 10000

Color Harmonies of #00504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00504D

Black with #00504D

Text Example


Text Example

White with #00504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00504D; }

 p { color: rgb(0,80,77); }

 H1.HeaderClassName
 {
   color: #00504D;
 }
 .AnyTagClassName
 {
   color: #00504D;
 }
</style>

background-color css

<style>
 a { background-color: #00504D; }

 a { background-color: rgb(0,80,77); }

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

border-color css

<style>
 span { border-color: #00504D; }

 span { border-color: rgb(0,80,77); }

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