Html Css Color HEX #00515E Sherpa Blue

📋 copy color: '#00515E'

red 0 ◦ green 81 ◦ blue 94

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

Shades of Sherpa Blue #00515E

Tints of Sherpa Blue #00515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 0%
G = 46.29%
B = 53.71%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00515E (or 0x00515E) is known color: Sherpa Blue. HEX triplet: 00, 51 and 5E. RGB value is (0,81,94). Sum of RGB (Red+Green+Blue) = 0+81+94=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #00515E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00515E is #FFAEA1. Grayscale: #3A3A3A. Windows color (decimal): -16756386 or 6181120. OLE color: 6181120.

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

Color convert

RGB 0 81 94 -
CMYK 1 0.14 0 0.63
HSL 188.3º 1% 0.18% -
HSV(B) 188.3º 1% 0.37% -
XYZ 4.96 6.69 11.62 -
YUV 58.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 0 81 94 1 0.14 0 0.63 188.3 1 0.18
Hex 0 51 5E 64 E 0 3F BC 64 12
Octal 0 121 136 144 16 0 77 274 144 22
Binary 0 1010001 1011110 1100100 1110 0 111111 10111100 1100100 10010

Color Harmonies of #00515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00515E

Black with #00515E

Text Example


Text Example

White with #00515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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