Html Css Color HEX #095355 Sherpa Blue

📋 copy color: '#095355'

red 9 ◦ green 83 ◦ blue 85

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

Shades of Sherpa Blue #095355

Tints of Sherpa Blue #095355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.02%

R = 5.08%
G = 46.89%
B = 48.02%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#095355 (or 0x095355) is known color: Sherpa Blue. HEX triplet: 09, 53 and 55. RGB value is (9,83,85). Sum of RGB (Red+Green+Blue) = 9+83+85=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #095355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095355 is #F6ACAA. Grayscale: #3D3D3D. Windows color (decimal): -16166059 or 5591817. OLE color: 5591817.

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

Color convert

RGB 9 83 85 -
CMYK 0.89 0.02 0 0.67
HSL 181.58º 0.81% 0.18% -
HSV(B) 181.58º 0.89% 0.33% -
XYZ 4.85 6.9 9.67 -
YUV 61.1 141.48 90.84 -
System Red Green Blue C M Y K H S L
Decimal 9 83 85 0.89 0.02 0 0.67 181.58 0.81 0.18
Hex 9 53 55 59 2 0 43 B6 51 12
Octal 11 123 125 131 2 0 103 266 121 22
Binary 1001 1010011 1010101 1011001 10 0 1000011 10110110 1010001 10010

Color Harmonies of #095355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095355

Black with #095355

Text Example


Text Example

White with #095355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095355; }

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

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

background-color css

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

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

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

border-color css

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

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

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