Html Css Color HEX #065A55 Mosque

📋 copy color: '#065A55'

red 6 ◦ green 90 ◦ blue 85

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

Shades of Mosque #065A55

Tints of Mosque #065A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.96%

R = 3.31%
G = 49.72%
B = 46.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#065A55 (or 0x065A55) is known color: Mosque. HEX triplet: 06, 5A and 55. RGB value is (6,90,85). Sum of RGB (Red+Green+Blue) = 6+90+85=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #065A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A55 is #F9A5AA. Grayscale: #404040. Windows color (decimal): -16360875 or 5593606. OLE color: 5593606.

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

Color convert

RGB 6 90 85 -
CMYK 0.93 0 0.06 0.65
HSL 176.43º 0.88% 0.19% -
HSV(B) 176.43º 0.93% 0.35% -
XYZ 5.37 8.01 9.86 -
YUV 64.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 6 90 85 0.93 0 0.06 0.65 176.43 0.88 0.19
Hex 6 5A 55 5D 0 6 41 B0 58 13
Octal 6 132 125 135 0 6 101 260 130 23
Binary 110 1011010 1010101 1011101 0 110 1000001 10110000 1011000 10011

Color Harmonies of #065A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A55

Black with #065A55

Text Example


Text Example

White with #065A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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