Html Css Color HEX #005357 Sherpa Blue

📋 copy color: '#005357'

red 0 ◦ green 83 ◦ blue 87

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

Shades of Sherpa Blue #005357

Tints of Sherpa Blue #005357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.82%

 BLUE value IS 87 (34.38% from 255) = 51.18%

R = 0%
G = 48.82%
B = 51.18%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#005357 (or 0x005357) is known color: Sherpa Blue. HEX triplet: 00, 53 and 57. RGB value is (0,83,87). Sum of RGB (Red+Green+Blue) = 0+83+87=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #005357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005357 is #FFACA8. Grayscale: #3A3A3A. Windows color (decimal): -16755881 or 5722880. OLE color: 5722880.

HSL color Cylindrical-coordinate representation of color #005357: hue angle of 182.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005357 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 83 87 -
CMYK 1 0.05 0 0.66
HSL 182.76º 1% 0.17% -
HSV(B) 182.76º 1% 0.34% -
XYZ 4.81 6.87 10.09 -
YUV 58.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 0 83 87 1 0.05 0 0.66 182.76 1 0.17
Hex 0 53 57 64 5 0 42 B7 64 11
Octal 0 123 127 144 5 0 102 267 144 21
Binary 0 1010011 1010111 1100100 101 0 1000010 10110111 1100100 10001

Color Harmonies of #005357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005357

Black with #005357

Text Example


Text Example

White with #005357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005357; }

 p { color: rgb(0,83,87); }

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

background-color css

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

 a { background-color: rgb(0,83,87); }

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

border-color css

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

 span { border-color: rgb(0,83,87); }

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