Html Css Color HEX #065D51 Mosque

📋 copy color: '#065D51'

red 6 ◦ green 93 ◦ blue 81

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

Shades of Mosque #065D51

Tints of Mosque #065D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.67%

 BLUE value IS 81 (32.03% from 255) = 45%

R = 3.33%
G = 51.67%
B = 45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#065D51 (or 0x065D51) is known color: Mosque. HEX triplet: 06, 5D and 51. RGB value is (6,93,81). Sum of RGB (Red+Green+Blue) = 6+93+81=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #065D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D51 is #F9A2AE. Grayscale: #414141. Windows color (decimal): -16360111 or 5332230. OLE color: 5332230.

HSL color Cylindrical-coordinate representation of color #065D51: hue angle of 171.72º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D51 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 93 81 -
CMYK 0.94 0 0.13 0.64
HSL 171.72º 0.88% 0.19% -
HSV(B) 171.72º 0.94% 0.36% -
XYZ 5.47 8.46 9.13 -
YUV 65.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 6 93 81 0.94 0 0.13 0.64 171.72 0.88 0.19
Hex 6 5D 51 5E 0 D 40 AC 58 13
Octal 6 135 121 136 0 15 100 254 130 23
Binary 110 1011101 1010001 1011110 0 1101 1000000 10101100 1011000 10011

Color Harmonies of #065D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D51

Black with #065D51

Text Example


Text Example

White with #065D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065D51; }

 p { color: rgb(6,93,81); }

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

background-color css

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

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

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

border-color css

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

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

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