Html Css Color HEX #005856 Mosque

📋 copy color: '#005856'

red 0 ◦ green 88 ◦ blue 86

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

Shades of Mosque #005856

Tints of Mosque #005856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.57%

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

R = 0%
G = 50.57%
B = 49.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#005856 (or 0x005856) is known color: Mosque. HEX triplet: 00, 58 and 56. RGB value is (0,88,86). Sum of RGB (Red+Green+Blue) = 0+88+86=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #005856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005856 is #FFA7A9. Grayscale: #3D3D3D. Windows color (decimal): -16754602 or 5658624. OLE color: 5658624.

HSL color Cylindrical-coordinate representation of color #005856: hue angle of 178.64º 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 #005856 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 88 86 -
CMYK 1 0 0.02 0.65
HSL 178.64º 1% 0.17% -
HSV(B) 178.64º 1% 0.35% -
XYZ 5.17 7.65 10.01 -
YUV 61.46 141.85 84.16 -
System Red Green Blue C M Y K H S L
Decimal 0 88 86 1 0 0.02 0.65 178.64 1 0.17
Hex 0 58 56 64 0 2 41 B3 64 11
Octal 0 130 126 144 0 2 101 263 144 21
Binary 0 1011000 1010110 1100100 0 10 1000001 10110011 1100100 10001

Color Harmonies of #005856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005856

Black with #005856

Text Example


Text Example

White with #005856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005856; }

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

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

background-color css

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

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

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

border-color css

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

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

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