Html Css Color HEX #00504F Sherpa Blue

📋 copy color: '#00504F'

red 0 ◦ green 80 ◦ blue 79

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

Shades of Sherpa Blue #00504F

Tints of Sherpa Blue #00504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.69%

R = 0%
G = 50.31%
B = 49.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#00504F (or 0x00504F) is known color: Sherpa Blue. HEX triplet: 00, 50 and 4F. RGB value is (0,80,79). Sum of RGB (Red+Green+Blue) = 0+80+79=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #00504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00504F is #FFAFB0. Grayscale: #373737. Windows color (decimal): -16756657 or 5197824. OLE color: 5197824.

HSL color Cylindrical-coordinate representation of color #00504F: hue angle of 179.25º 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 #00504F is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 79 -
CMYK 1 0 0.01 0.69
HSL 179.25º 1% 0.16% -
HSV(B) 179.25º 1% 0.31% -
XYZ 4.28 6.3 8.39 -
YUV 55.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 0 80 79 1 0 0.01 0.69 179.25 1 0.16
Hex 0 50 4F 64 0 1 45 B3 64 10
Octal 0 120 117 144 0 1 105 263 144 20
Binary 0 1010000 1001111 1100100 0 1 1000101 10110011 1100100 10000

Color Harmonies of #00504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00504F

Black with #00504F

Text Example


Text Example

White with #00504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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