Html Css Color HEX #065653 Mosque

📋 copy color: '#065653'

red 6 ◦ green 86 ◦ blue 83

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

Shades of Mosque #065653

Tints of Mosque #065653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.14%

 BLUE value IS 83 (32.81% from 255) = 47.43%

R = 3.43%
G = 49.14%
B = 47.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#065653 (or 0x065653) is known color: Mosque. HEX triplet: 06, 56 and 53. RGB value is (6,86,83). Sum of RGB (Red+Green+Blue) = 6+86+83=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #065653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065653 is #F9A9AC. Grayscale: #3D3D3D. Windows color (decimal): -16361901 or 5461510. OLE color: 5461510.

HSL color Cylindrical-coordinate representation of color #065653: hue angle of 177.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065653 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 83 -
CMYK 0.93 0 0.03 0.66
HSL 177.75º 0.87% 0.18% -
HSV(B) 177.75º 0.93% 0.34% -
XYZ 4.96 7.32 9.33 -
YUV 61.74 140 88.24 -
System Red Green Blue C M Y K H S L
Decimal 6 86 83 0.93 0 0.03 0.66 177.75 0.87 0.18
Hex 6 56 53 5D 0 3 42 B2 57 12
Octal 6 126 123 135 0 3 102 262 127 22
Binary 110 1010110 1010011 1011101 0 11 1000010 10110010 1010111 10010

Color Harmonies of #065653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065653

Black with #065653

Text Example


Text Example

White with #065653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065653; }

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

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

background-color css

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

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

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

border-color css

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

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

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