Html Css Color HEX #085258 Sherpa Blue

📋 copy color: '#085258'

red 8 ◦ green 82 ◦ blue 88

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

Shades of Sherpa Blue #085258

Tints of Sherpa Blue #085258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.44%

R = 4.49%
G = 46.07%
B = 49.44%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#085258 (or 0x085258) is known color: Sherpa Blue. HEX triplet: 08, 52 and 58. RGB value is (8,82,88). Sum of RGB (Red+Green+Blue) = 8+82+88=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #085258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085258 is #F7ADA7. Grayscale: #3C3C3C. Windows color (decimal): -16231848 or 5788168. OLE color: 5788168.

HSL color Cylindrical-coordinate representation of color #085258: hue angle of 184.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085258 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 82 88 -
CMYK 0.91 0.07 0 0.65
HSL 184.5º 0.83% 0.19% -
HSV(B) 184.5º 0.91% 0.35% -
XYZ 4.88 6.79 10.29 -
YUV 60.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 8 82 88 0.91 0.07 0 0.65 184.5 0.83 0.19
Hex 8 52 58 5B 7 0 41 B8 53 13
Octal 10 122 130 133 7 0 101 270 123 23
Binary 1000 1010010 1011000 1011011 111 0 1000001 10111000 1010011 10011

Color Harmonies of #085258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085258

Black with #085258

Text Example


Text Example

White with #085258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085258; }

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

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

background-color css

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

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

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

border-color css

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

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

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