Html Css Color HEX #005B55 Mosque

📋 copy color: '#005B55'

red 0 ◦ green 91 ◦ blue 85

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

Shades of Mosque #005B55

Tints of Mosque #005B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.7%

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

R = 0%
G = 51.7%
B = 48.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#005B55 (or 0x005B55) is known color: Mosque. HEX triplet: 00, 5B and 55. RGB value is (0,91,85). Sum of RGB (Red+Green+Blue) = 0+91+85=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #005B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B55 is #FFA4AA. Grayscale: #3F3F3F. Windows color (decimal): -16753835 or 5593856. OLE color: 5593856.

HSL color Cylindrical-coordinate representation of color #005B55: hue angle of 176.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B55 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 91 85 -
CMYK 1 0 0.07 0.64
HSL 176.04º 1% 0.18% -
HSV(B) 176.04º 1% 0.36% -
XYZ 5.38 8.14 9.88 -
YUV 63.11 140.35 82.99 -
System Red Green Blue C M Y K H S L
Decimal 0 91 85 1 0 0.07 0.64 176.04 1 0.18
Hex 0 5B 55 64 0 7 40 B0 64 12
Octal 0 133 125 144 0 7 100 260 144 22
Binary 0 1011011 1010101 1100100 0 111 1000000 10110000 1100100 10010

Color Harmonies of #005B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B55

Black with #005B55

Text Example


Text Example

White with #005B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005B55; }

 p { color: rgb(0,91,85); }

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

background-color css

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

 a { background-color: rgb(0,91,85); }

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

border-color css

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

 span { border-color: rgb(0,91,85); }

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