Html Css Color HEX #065C55 Mosque

📋 copy color: '#065C55'

red 6 ◦ green 92 ◦ blue 85

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

Shades of Mosque #065C55

Tints of Mosque #065C55

RGB

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

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

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

R = 3.28%
G = 50.27%
B = 46.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#065C55 (or 0x065C55) is known color: Mosque. HEX triplet: 06, 5C and 55. RGB value is (6,92,85). Sum of RGB (Red+Green+Blue) = 6+92+85=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #065C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C55 is #F9A3AA. Grayscale: #414141. Windows color (decimal): -16360363 or 5594118. OLE color: 5594118.

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

Color convert

RGB 6 92 85 -
CMYK 0.93 0 0.08 0.64
HSL 175.12º 0.88% 0.19% -
HSV(B) 175.12º 0.93% 0.36% -
XYZ 5.54 8.35 9.91 -
YUV 65.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 6 92 85 0.93 0 0.08 0.64 175.12 0.88 0.19
Hex 6 5C 55 5D 0 8 40 AF 58 13
Octal 6 134 125 135 0 10 100 257 130 23
Binary 110 1011100 1010101 1011101 0 1000 1000000 10101111 1011000 10011

Color Harmonies of #065C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C55

Black with #065C55

Text Example


Text Example

White with #065C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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