Html Css Color HEX #085452 Sherpa Blue

📋 copy color: '#085452'

red 8 ◦ green 84 ◦ blue 82

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

Shades of Sherpa Blue #085452

Tints of Sherpa Blue #085452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

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

R = 4.6%
G = 48.28%
B = 47.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#085452 (or 0x085452) is known color: Sherpa Blue. HEX triplet: 08, 54 and 52. RGB value is (8,84,82). Sum of RGB (Red+Green+Blue) = 8+84+82=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #085452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085452 is #F7ABAD. Grayscale: #3C3C3C. Windows color (decimal): -16231342 or 5395464. OLE color: 5395464.

HSL color Cylindrical-coordinate representation of color #085452: hue angle of 178.42º degrees, saturation: 0.83, 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 #085452 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 82 -
CMYK 0.90 0 0.02 0.67
HSL 178.42º 0.83% 0.18% -
HSV(B) 178.42º 0.9% 0.33% -
XYZ 4.79 7 9.08 -
YUV 61.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 8 84 82 0.90 0 0.02 0.67 178.42 0.83 0.18
Hex 8 54 52 5A 0 2 43 B2 53 12
Octal 10 124 122 132 0 2 103 262 123 22
Binary 1000 1010100 1010010 1011010 0 10 1000011 10110010 1010011 10010

Color Harmonies of #085452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085452

Black with #085452

Text Example


Text Example

White with #085452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085452; }

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

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

background-color css

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

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

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

border-color css

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

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

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