Html Css Color HEX #005956 Mosque

📋 copy color: '#005956'

red 0 ◦ green 89 ◦ blue 86

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

Shades of Mosque #005956

Tints of Mosque #005956

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 89 (35.16% from 255) = 50.86%

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

R = 0%
G = 50.86%
B = 49.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#005956 (or 0x005956) is known color: Mosque. HEX triplet: 00, 59 and 56. RGB value is (0,89,86). Sum of RGB (Red+Green+Blue) = 0+89+86=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #005956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005956 is #FFA6A9. Grayscale: #3D3D3D. Windows color (decimal): -16754346 or 5658880. OLE color: 5658880.

HSL color Cylindrical-coordinate representation of color #005956: hue angle of 177.98º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005956 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 89 86 -
CMYK 1 0 0.03 0.65
HSL 177.98º 1% 0.17% -
HSV(B) 177.98º 1% 0.35% -
XYZ 5.25 7.82 10.04 -
YUV 62.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 0 89 86 1 0 0.03 0.65 177.98 1 0.17
Hex 0 59 56 64 0 3 41 B2 64 11
Octal 0 131 126 144 0 3 101 262 144 21
Binary 0 1011001 1010110 1100100 0 11 1000001 10110010 1100100 10001

Color Harmonies of #005956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005956

Black with #005956

Text Example


Text Example

White with #005956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005956; }

 p { color: rgb(0,89,86); }

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

background-color css

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

 a { background-color: rgb(0,89,86); }

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

border-color css

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

 span { border-color: rgb(0,89,86); }

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