Html Css Color HEX #095C55 Mosque

📋 copy color: '#095C55'

red 9 ◦ green 92 ◦ blue 85

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

Shades of Mosque #095C55

Tints of Mosque #095C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.46%

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

R = 4.84%
G = 49.46%
B = 45.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#095C55 (or 0x095C55) is known color: Mosque. HEX triplet: 09, 5C and 55. RGB value is (9,92,85). Sum of RGB (Red+Green+Blue) = 9+92+85=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #095C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C55 is #F6A3AA. Grayscale: #424242. Windows color (decimal): -16163755 or 5594121. OLE color: 5594121.

HSL color Cylindrical-coordinate representation of color #095C55: hue angle of 174.94º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C55 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 92 85 -
CMYK 0.90 0 0.08 0.64
HSL 174.94º 0.82% 0.2% -
HSV(B) 174.94º 0.9% 0.36% -
XYZ 5.58 8.37 9.92 -
YUV 66.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 9 92 85 0.90 0 0.08 0.64 174.94 0.82 0.2
Hex 9 5C 55 5A 0 8 40 AF 52 14
Octal 11 134 125 132 0 10 100 257 122 24
Binary 1001 1011100 1010101 1011010 0 1000 1000000 10101111 1010010 10100

Color Harmonies of #095C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C55

Black with #095C55

Text Example


Text Example

White with #095C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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