Html Css Color HEX #065554 Mosque

📋 copy color: '#065554'

red 6 ◦ green 85 ◦ blue 84

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

Shades of Mosque #065554

Tints of Mosque #065554

RGB

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

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

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

R = 3.43%
G = 48.57%
B = 48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#065554 (or 0x065554) is known color: Mosque. HEX triplet: 06, 55 and 54. RGB value is (6,85,84). Sum of RGB (Red+Green+Blue) = 6+85+84=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #065554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065554 is #F9AAAB. Grayscale: #3D3D3D. Windows color (decimal): -16362156 or 5526790. OLE color: 5526790.

HSL color Cylindrical-coordinate representation of color #065554: hue angle of 179.24º 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 #065554 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 84 -
CMYK 0.93 0 0.01 0.67
HSL 179.24º 0.87% 0.18% -
HSV(B) 179.24º 0.93% 0.33% -
XYZ 4.92 7.18 9.51 -
YUV 61.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 6 85 84 0.93 0 0.01 0.67 179.24 0.87 0.18
Hex 6 55 54 5D 0 1 43 B3 57 12
Octal 6 125 124 135 0 1 103 263 127 22
Binary 110 1010101 1010100 1011101 0 1 1000011 10110011 1010111 10010

Color Harmonies of #065554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065554

Black with #065554

Text Example


Text Example

White with #065554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065554; }

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

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

background-color css

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

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

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

border-color css

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

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

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