Html Css Color HEX #09535A Sherpa Blue

📋 copy color: '#09535A'

red 9 ◦ green 83 ◦ blue 90

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

Shades of Sherpa Blue #09535A

Tints of Sherpa Blue #09535A

RGB

 RED value IS 9 (3.91% from 255) = 4.95%

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

 BLUE value IS 90 (35.55% from 255) = 49.45%

R = 4.95%
G = 45.6%
B = 49.45%

CMYK

 C value IS 0.9

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09535A (or 0x09535A) is known color: Sherpa Blue. HEX triplet: 09, 53 and 5A. RGB value is (9,83,90). Sum of RGB (Red+Green+Blue) = 9+83+90=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #09535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09535A is #F6ACA5. Grayscale: #3D3D3D. Windows color (decimal): -16166054 or 5919497. OLE color: 5919497.

HSL color Cylindrical-coordinate representation of color #09535A: hue angle of 185.19º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09535A is Cyan = 0.9, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 83 90 -
CMYK 0.9 0.08 0 0.65
HSL 185.19º 0.82% 0.19% -
HSV(B) 185.19º 0.9% 0.35% -
XYZ 5.05 6.98 10.75 -
YUV 61.67 143.98 90.43 -
System Red Green Blue C M Y K H S L
Decimal 9 83 90 0.9 0.08 0 0.65 185.19 0.82 0.19
Hex 9 53 5A 5A 8 0 41 B9 52 13
Octal 11 123 132 132 10 0 101 271 122 23
Binary 1001 1010011 1011010 1011010 1000 0 1000001 10111001 1010010 10011

Color Harmonies of #09535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09535A

Black with #09535A

Text Example


Text Example

White with #09535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09535A; }

 p { color: rgb(9,83,90); }

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

background-color css

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

 a { background-color: rgb(9,83,90); }

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

border-color css

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

 span { border-color: rgb(9,83,90); }

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