Html Css Color HEX #056661 Mosque

📋 copy color: '#056661'

red 5 ◦ green 102 ◦ blue 97

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

Shades of Mosque #056661

Tints of Mosque #056661

RGB

 RED value IS 5 (2.34% from 255) = 2.45%

 GREEN value IS 102 (40.23% from 255) = 50%

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

R = 2.45%
G = 50%
B = 47.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#056661 (or 0x056661) is known color: Mosque. HEX triplet: 05, 66 and 61. RGB value is (5,102,97). Sum of RGB (Red+Green+Blue) = 5+102+97=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #056661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056661 is #FA999E. Grayscale: #484848. Windows color (decimal): -16423327 or 6383109. OLE color: 6383109.

HSL color Cylindrical-coordinate representation of color #056661: hue angle of 176.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056661 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 102 97 -
CMYK 0.95 0 0.05 0.6
HSL 176.91º 0.91% 0.21% -
HSV(B) 176.91º 0.95% 0.4% -
XYZ 6.97 10.4 12.95 -
YUV 72.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 5 102 97 0.95 0 0.05 0.6 176.91 0.91 0.21
Hex 5 66 61 5F 0 5 3C B1 5B 15
Octal 5 146 141 137 0 5 74 261 133 25
Binary 101 1100110 1100001 1011111 0 101 111100 10110001 1011011 10101

Color Harmonies of #056661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056661

Black with #056661

Text Example


Text Example

White with #056661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056661; }

 p { color: rgb(5,102,97); }

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

background-color css

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

 a { background-color: rgb(5,102,97); }

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

border-color css

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

 span { border-color: rgb(5,102,97); }

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