Html Css Color HEX #06554C Mosque

📋 copy color: '#06554C'

red 6 ◦ green 85 ◦ blue 76

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

Shades of Mosque #06554C

Tints of Mosque #06554C

RGB

 RED value IS 6 (2.73% from 255) = 3.59%

 GREEN value IS 85 (33.59% from 255) = 50.9%

 BLUE value IS 76 (30.08% from 255) = 45.51%

R = 3.59%
G = 50.9%
B = 45.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#06554C (or 0x06554C) is known color: Mosque. HEX triplet: 06, 55 and 4C. RGB value is (6,85,76). Sum of RGB (Red+Green+Blue) = 6+85+76=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #06554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06554C is #F9AAB3. Grayscale: #3C3C3C. Windows color (decimal): -16362164 or 5002502. OLE color: 5002502.

HSL color Cylindrical-coordinate representation of color #06554C: hue angle of 173.16º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06554C is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 76 -
CMYK 0.93 0 0.11 0.67
HSL 173.16º 0.87% 0.18% -
HSV(B) 173.16º 0.93% 0.33% -
XYZ 4.63 7.06 7.96 -
YUV 60.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 6 85 76 0.93 0 0.11 0.67 173.16 0.87 0.18
Hex 6 55 4C 5D 0 B 43 AD 57 12
Octal 6 125 114 135 0 13 103 255 127 22
Binary 110 1010101 1001100 1011101 0 1011 1000011 10101101 1010111 10010

Color Harmonies of #06554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06554C

Black with #06554C

Text Example


Text Example

White with #06554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06554C; }

 p { color: rgb(6,85,76); }

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

background-color css

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

 a { background-color: rgb(6,85,76); }

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

border-color css

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

 span { border-color: rgb(6,85,76); }

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