Html Css Color HEX #08535B Sherpa Blue

📋 copy color: '#08535B'

red 8 ◦ green 83 ◦ blue 91

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

Shades of Sherpa Blue #08535B

Tints of Sherpa Blue #08535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.6%

 BLUE value IS 91 (35.94% from 255) = 50%

R = 4.4%
G = 45.6%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08535B (or 0x08535B) is known color: Sherpa Blue. HEX triplet: 08, 53 and 5B. RGB value is (8,83,91). Sum of RGB (Red+Green+Blue) = 8+83+91=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #08535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08535B is #F7ACA4. Grayscale: #3D3D3D. Windows color (decimal): -16231589 or 5985032. OLE color: 5985032.

HSL color Cylindrical-coordinate representation of color #08535B: hue angle of 185.78º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08535B is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 83 91 -
CMYK 0.91 0.09 0 0.64
HSL 185.78º 0.84% 0.19% -
HSV(B) 185.78º 0.91% 0.36% -
XYZ 5.08 6.99 10.98 -
YUV 61.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 8 83 91 0.91 0.09 0 0.64 185.78 0.84 0.19
Hex 8 53 5B 5B 9 0 40 BA 54 13
Octal 10 123 133 133 11 0 100 272 124 23
Binary 1000 1010011 1011011 1011011 1001 0 1000000 10111010 1010100 10011

Color Harmonies of #08535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08535B

Black with #08535B

Text Example


Text Example

White with #08535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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