Html Css Color HEX #005961 Mosque

📋 copy color: '#005961'

red 0 ◦ green 89 ◦ blue 97

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

Shades of Mosque #005961

Tints of Mosque #005961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.15%

R = 0%
G = 47.85%
B = 52.15%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005961 (or 0x005961) is known color: Mosque. HEX triplet: 00, 59 and 61. RGB value is (0,89,97). Sum of RGB (Red+Green+Blue) = 0+89+97=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #005961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005961 is #FFA69E. Grayscale: #3F3F3F. Windows color (decimal): -16754335 or 6379776. OLE color: 6379776.

HSL color Cylindrical-coordinate representation of color #005961: hue angle of 184.95º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005961 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 89 97 -
CMYK 1 0.08 0 0.62
HSL 184.95º 1% 0.19% -
HSV(B) 184.95º 1% 0.38% -
XYZ 5.73 8.01 12.55 -
YUV 63.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 0 89 97 1 0.08 0 0.62 184.95 1 0.19
Hex 0 59 61 64 8 0 3E B9 64 13
Octal 0 131 141 144 10 0 76 271 144 23
Binary 0 1011001 1100001 1100100 1000 0 111110 10111001 1100100 10011

Color Harmonies of #005961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005961

Black with #005961

Text Example


Text Example

White with #005961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005961; }

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

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

background-color css

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

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

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

border-color css

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

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

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