Html Css Color HEX #095C56 Mosque

📋 copy color: '#095C56'

red 9 ◦ green 92 ◦ blue 86

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

Shades of Mosque #095C56

Tints of Mosque #095C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.99%

R = 4.81%
G = 49.2%
B = 45.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#095C56 (or 0x095C56) is known color: Mosque. HEX triplet: 09, 5C and 56. RGB value is (9,92,86). Sum of RGB (Red+Green+Blue) = 9+92+86=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #095C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C56 is #F6A3A9. Grayscale: #424242. Windows color (decimal): -16163754 or 5659657. OLE color: 5659657.

HSL color Cylindrical-coordinate representation of color #095C56: hue angle of 175.66º 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 #095C56 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 92 86 -
CMYK 0.90 0 0.07 0.64
HSL 175.66º 0.82% 0.2% -
HSV(B) 175.66º 0.9% 0.36% -
XYZ 5.62 8.38 10.13 -
YUV 66.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 9 92 86 0.90 0 0.07 0.64 175.66 0.82 0.2
Hex 9 5C 56 5A 0 7 40 B0 52 14
Octal 11 134 126 132 0 7 100 260 122 24
Binary 1001 1011100 1010110 1011010 0 111 1000000 10110000 1010010 10100

Color Harmonies of #095C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C56

Black with #095C56

Text Example


Text Example

White with #095C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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