Html Css Color HEX #00505D Sherpa Blue

📋 copy color: '#00505D'

red 0 ◦ green 80 ◦ blue 93

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

Shades of Sherpa Blue #00505D

Tints of Sherpa Blue #00505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.76%

R = 0%
G = 46.24%
B = 53.76%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00505D (or 0x00505D) is known color: Sherpa Blue. HEX triplet: 00, 50 and 5D. RGB value is (0,80,93). Sum of RGB (Red+Green+Blue) = 0+80+93=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #00505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00505D is #FFAFA2. Grayscale: #393939. Windows color (decimal): -16756643 or 6115328. OLE color: 6115328.

HSL color Cylindrical-coordinate representation of color #00505D: hue angle of 188.39º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00505D is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 80 93 -
CMYK 1 0.14 0 0.64
HSL 188.39º 1% 0.18% -
HSV(B) 188.39º 1% 0.36% -
XYZ 4.84 6.53 11.36 -
YUV 57.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 0 80 93 1 0.14 0 0.64 188.39 1 0.18
Hex 0 50 5D 64 E 0 40 BC 64 12
Octal 0 120 135 144 16 0 100 274 144 22
Binary 0 1010000 1011101 1100100 1110 0 1000000 10111100 1100100 10010

Color Harmonies of #00505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00505D

Black with #00505D

Text Example


Text Example

White with #00505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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