Html Css Color HEX #065959 Mosque

📋 copy color: '#065959'

red 6 ◦ green 89 ◦ blue 89

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

Shades of Mosque #065959

Tints of Mosque #065959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 3.26%
G = 48.37%
B = 48.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#065959 (or 0x065959) is known color: Mosque. HEX triplet: 06, 59 and 59. RGB value is (6,89,89). Sum of RGB (Red+Green+Blue) = 6+89+89=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #065959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065959 is #F9A6A6. Grayscale: #404040. Windows color (decimal): -16361127 or 5855494. OLE color: 5855494.

HSL color Cylindrical-coordinate representation of color #065959: hue angle of 180º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065959 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 89 89 -
CMYK 0.93 0 0 0.65
HSL 180º 0.87% 0.19% -
HSV(B) 180º 0.93% 0.35% -
XYZ 5.45 7.9 10.69 -
YUV 64.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 6 89 89 0.93 0 0 0.65 180 0.87 0.19
Hex 6 59 59 5D 0 0 41 B4 57 13
Octal 6 131 131 135 0 0 101 264 127 23
Binary 110 1011001 1011001 1011101 0 0 1000001 10110100 1010111 10011

Color Harmonies of #065959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065959

Black with #065959

Text Example


Text Example

White with #065959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065959; }

 p { color: rgb(6,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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