Html Css Color HEX #085152 Sherpa Blue

📋 copy color: '#085152'

red 8 ◦ green 81 ◦ blue 82

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

Shades of Sherpa Blue #085152

Tints of Sherpa Blue #085152

RGB

 RED value IS 8 (3.52% from 255) = 4.68%

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

 BLUE value IS 82 (32.42% from 255) = 47.95%

R = 4.68%
G = 47.37%
B = 47.95%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#085152 (or 0x085152) is known color: Sherpa Blue. HEX triplet: 08, 51 and 52. RGB value is (8,81,82). Sum of RGB (Red+Green+Blue) = 8+81+82=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #085152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085152 is #F7AEAD. Grayscale: #3B3B3B. Windows color (decimal): -16232110 or 5394696. OLE color: 5394696.

HSL color Cylindrical-coordinate representation of color #085152: hue angle of 180.81º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085152 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 82 -
CMYK 0.90 0.01 0 0.68
HSL 180.81º 0.82% 0.18% -
HSV(B) 180.81º 0.9% 0.32% -
XYZ 4.57 6.55 9.01 -
YUV 59.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 8 81 82 0.90 0.01 0 0.68 180.81 0.82 0.18
Hex 8 51 52 5A 1 0 44 B5 52 12
Octal 10 121 122 132 1 0 104 265 122 22
Binary 1000 1010001 1010010 1011010 1 0 1000100 10110101 1010010 10010

Color Harmonies of #085152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085152

Black with #085152

Text Example


Text Example

White with #085152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085152; }

 p { color: rgb(8,81,82); }

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

background-color css

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

 a { background-color: rgb(8,81,82); }

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

border-color css

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

 span { border-color: rgb(8,81,82); }

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