Html Css Color HEX #085153 Sherpa Blue

📋 copy color: '#085153'

red 8 ◦ green 81 ◦ blue 83

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

Shades of Sherpa Blue #085153

Tints of Sherpa Blue #085153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.26%

R = 4.65%
G = 47.09%
B = 48.26%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#085153 (or 0x085153) is known color: Sherpa Blue. HEX triplet: 08, 51 and 53. RGB value is (8,81,83). Sum of RGB (Red+Green+Blue) = 8+81+83=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #085153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085153 is #F7AEAC. Grayscale: #3B3B3B. Windows color (decimal): -16232109 or 5460232. OLE color: 5460232.

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

Color convert

RGB 8 81 83 -
CMYK 0.90 0.02 0 0.67
HSL 181.6º 0.82% 0.18% -
HSV(B) 181.6º 0.9% 0.33% -
XYZ 4.6 6.56 9.21 -
YUV 59.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 8 81 83 0.90 0.02 0 0.67 181.6 0.82 0.18
Hex 8 51 53 5A 2 0 43 B6 52 12
Octal 10 121 123 132 2 0 103 266 122 22
Binary 1000 1010001 1010011 1011010 10 0 1000011 10110110 1010010 10010

Color Harmonies of #085153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085153

Black with #085153

Text Example


Text Example

White with #085153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085153; }

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

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

background-color css

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

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

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

border-color css

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

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

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