Html Css Color HEX #005250 Sherpa Blue

📋 copy color: '#005250'

red 0 ◦ green 82 ◦ blue 80

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

Shades of Sherpa Blue #005250

Tints of Sherpa Blue #005250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 49.38%

R = 0%
G = 50.62%
B = 49.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#005250 (or 0x005250) is known color: Sherpa Blue. HEX triplet: 00, 52 and 50. RGB value is (0,82,80). Sum of RGB (Red+Green+Blue) = 0+82+80=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #005250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005250 is #FFADAF. Grayscale: #393939. Windows color (decimal): -16756144 or 5263872. OLE color: 5263872.

HSL color Cylindrical-coordinate representation of color #005250: hue angle of 178.54º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005250 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 80 -
CMYK 1 0 0.02 0.68
HSL 178.54º 1% 0.16% -
HSV(B) 178.54º 1% 0.32% -
XYZ 4.47 6.61 8.63 -
YUV 57.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 0 82 80 1 0 0.02 0.68 178.54 1 0.16
Hex 0 52 50 64 0 2 44 B3 64 10
Octal 0 122 120 144 0 2 104 263 144 20
Binary 0 1010010 1010000 1100100 0 10 1000100 10110011 1100100 10000

Color Harmonies of #005250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005250

Black with #005250

Text Example


Text Example

White with #005250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005250; }

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

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

background-color css

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

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

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

border-color css

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

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

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