Html Css Color HEX #00515F Sherpa Blue

📋 copy color: '#00515F'

red 0 ◦ green 81 ◦ blue 95

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

Shades of Sherpa Blue #00515F

Tints of Sherpa Blue #00515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.02%

 BLUE value IS 95 (37.5% from 255) = 53.98%

R = 0%
G = 46.02%
B = 53.98%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00515F (or 0x00515F) is known color: Sherpa Blue. HEX triplet: 00, 51 and 5F. RGB value is (0,81,95). Sum of RGB (Red+Green+Blue) = 0+81+95=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #00515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00515F is #FFAEA0. Grayscale: #3A3A3A. Windows color (decimal): -16756385 or 6246656. OLE color: 6246656.

HSL color Cylindrical-coordinate representation of color #00515F: hue angle of 188.84º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00515F is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 81 95 -
CMYK 1 0.15 0 0.63
HSL 188.84º 1% 0.19% -
HSV(B) 188.84º 1% 0.37% -
XYZ 5.01 6.71 11.86 -
YUV 58.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 0 81 95 1 0.15 0 0.63 188.84 1 0.19
Hex 0 51 5F 64 F 0 3F BD 64 13
Octal 0 121 137 144 17 0 77 275 144 23
Binary 0 1010001 1011111 1100100 1111 0 111111 10111101 1100100 10011

Color Harmonies of #00515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00515F

Black with #00515F

Text Example


Text Example

White with #00515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,81,95); }

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

background-color css

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

 a { background-color: rgb(0,81,95); }

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

border-color css

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

 span { border-color: rgb(0,81,95); }

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