Html Css Color HEX #06565A Mosque

📋 copy color: '#06565A'

red 6 ◦ green 86 ◦ blue 90

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

Shades of Mosque #06565A

Tints of Mosque #06565A

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06565A (or 0x06565A) is known color: Mosque. HEX triplet: 06, 56 and 5A. RGB value is (6,86,90). Sum of RGB (Red+Green+Blue) = 6+86+90=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #06565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06565A is #F9A9A5. Grayscale: #3E3E3E. Windows color (decimal): -16361894 or 5920262. OLE color: 5920262.

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

Color convert

RGB 6 86 90 -
CMYK 0.93 0.04 0 0.65
HSL 182.86º 0.88% 0.19% -
HSV(B) 182.86º 0.93% 0.35% -
XYZ 5.25 7.43 10.83 -
YUV 62.54 143.5 87.67 -
System Red Green Blue C M Y K H S L
Decimal 6 86 90 0.93 0.04 0 0.65 182.86 0.88 0.19
Hex 6 56 5A 5D 4 0 41 B7 58 13
Octal 6 126 132 135 4 0 101 267 130 23
Binary 110 1010110 1011010 1011101 100 0 1000001 10110111 1011000 10011

Color Harmonies of #06565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06565A

Black with #06565A

Text Example


Text Example

White with #06565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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