Html Css Color HEX #065A56 Mosque

📋 copy color: '#065A56'

red 6 ◦ green 90 ◦ blue 86

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

Shades of Mosque #065A56

Tints of Mosque #065A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 49.45%

 BLUE value IS 86 (33.98% from 255) = 47.25%

R = 3.3%
G = 49.45%
B = 47.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#065A56 (or 0x065A56) is known color: Mosque. HEX triplet: 06, 5A and 56. RGB value is (6,90,86). Sum of RGB (Red+Green+Blue) = 6+90+86=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #065A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A56 is #F9A5A9. Grayscale: #404040. Windows color (decimal): -16360874 or 5659142. OLE color: 5659142.

HSL color Cylindrical-coordinate representation of color #065A56: hue angle of 177.14º degrees, saturation: 0.88, 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 #065A56 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 90 86 -
CMYK 0.93 0 0.04 0.65
HSL 177.14º 0.88% 0.19% -
HSV(B) 177.14º 0.93% 0.35% -
XYZ 5.41 8.02 10.07 -
YUV 64.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 6 90 86 0.93 0 0.04 0.65 177.14 0.88 0.19
Hex 6 5A 56 5D 0 4 41 B1 58 13
Octal 6 132 126 135 0 4 101 261 130 23
Binary 110 1011010 1010110 1011101 0 100 1000001 10110001 1011000 10011

Color Harmonies of #065A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A56

Black with #065A56

Text Example


Text Example

White with #065A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,86); }

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

background-color css

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

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

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

border-color css

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

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

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