Html Css Color HEX #065C51 Mosque

📋 copy color: '#065C51'

red 6 ◦ green 92 ◦ blue 81

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

Shades of Mosque #065C51

Tints of Mosque #065C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 51.4%

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

R = 3.35%
G = 51.4%
B = 45.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#065C51 (or 0x065C51) is known color: Mosque. HEX triplet: 06, 5C and 51. RGB value is (6,92,81). Sum of RGB (Red+Green+Blue) = 6+92+81=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #065C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C51 is #F9A3AE. Grayscale: #404040. Windows color (decimal): -16360367 or 5331974. OLE color: 5331974.

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

Color convert

RGB 6 92 81 -
CMYK 0.93 0 0.12 0.64
HSL 172.33º 0.88% 0.19% -
HSV(B) 172.33º 0.93% 0.36% -
XYZ 5.39 8.29 9.1 -
YUV 65.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 6 92 81 0.93 0 0.12 0.64 172.33 0.88 0.19
Hex 6 5C 51 5D 0 C 40 AC 58 13
Octal 6 134 121 135 0 14 100 254 130 23
Binary 110 1011100 1010001 1011101 0 1100 1000000 10101100 1011000 10011

Color Harmonies of #065C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C51

Black with #065C51

Text Example


Text Example

White with #065C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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