Html Css Color HEX #005255 Sherpa Blue

📋 copy color: '#005255'

red 0 ◦ green 82 ◦ blue 85

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

Shades of Sherpa Blue #005255

Tints of Sherpa Blue #005255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.1%

 BLUE value IS 85 (33.59% from 255) = 50.9%

R = 0%
G = 49.1%
B = 50.9%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#005255 (or 0x005255) is known color: Sherpa Blue. HEX triplet: 00, 52 and 55. RGB value is (0,82,85). Sum of RGB (Red+Green+Blue) = 0+82+85=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #005255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005255 is #FFADAA. Grayscale: #393939. Windows color (decimal): -16756139 or 5591552. OLE color: 5591552.

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

Color convert

RGB 0 82 85 -
CMYK 1 0.04 0 0.67
HSL 182.12º 1% 0.17% -
HSV(B) 182.12º 1% 0.33% -
XYZ 4.66 6.69 9.64 -
YUV 57.82 143.33 86.76 -
System Red Green Blue C M Y K H S L
Decimal 0 82 85 1 0.04 0 0.67 182.12 1 0.17
Hex 0 52 55 64 4 0 43 B6 64 11
Octal 0 122 125 144 4 0 103 266 144 21
Binary 0 1010010 1010101 1100100 100 0 1000011 10110110 1100100 10001

Color Harmonies of #005255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005255

Black with #005255

Text Example


Text Example

White with #005255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005255; }

 p { color: rgb(0,82,85); }

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

background-color css

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

 a { background-color: rgb(0,82,85); }

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

border-color css

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

 span { border-color: rgb(0,82,85); }

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