Html Css Color HEX #005754 Mosque

📋 copy color: '#005754'

red 0 ◦ green 87 ◦ blue 84

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

Shades of Mosque #005754

Tints of Mosque #005754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50.88%

 BLUE value IS 84 (33.2% from 255) = 49.12%

R = 0%
G = 50.88%
B = 49.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#005754 (or 0x005754) is known color: Mosque. HEX triplet: 00, 57 and 54. RGB value is (0,87,84). Sum of RGB (Red+Green+Blue) = 0+87+84=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #005754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005754 is #FFA8AB. Grayscale: #3C3C3C. Windows color (decimal): -16754860 or 5527296. OLE color: 5527296.

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

Color convert

RGB 0 87 84 -
CMYK 1 0 0.03 0.66
HSL 177.93º 1% 0.17% -
HSV(B) 177.93º 1% 0.34% -
XYZ 5.01 7.46 9.56 -
YUV 60.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 0 87 84 1 0 0.03 0.66 177.93 1 0.17
Hex 0 57 54 64 0 3 42 B2 64 11
Octal 0 127 124 144 0 3 102 262 144 21
Binary 0 1010111 1010100 1100100 0 11 1000010 10110010 1100100 10001

Color Harmonies of #005754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005754

Black with #005754

Text Example


Text Example

White with #005754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005754; }

 p { color: rgb(0,87,84); }

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

background-color css

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

 a { background-color: rgb(0,87,84); }

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

border-color css

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

 span { border-color: rgb(0,87,84); }

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