Html Css Color HEX #065C5F Mosque

📋 copy color: '#065C5F'

red 6 ◦ green 92 ◦ blue 95

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

Shades of Mosque #065C5F

Tints of Mosque #065C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 49.22%

R = 3.11%
G = 47.67%
B = 49.22%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#065C5F (or 0x065C5F) is known color: Mosque. HEX triplet: 06, 5C and 5F. RGB value is (6,92,95). Sum of RGB (Red+Green+Blue) = 6+92+95=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #065C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C5F is #F9A3A0. Grayscale: #424242. Windows color (decimal): -16360353 or 6249478. OLE color: 6249478.

HSL color Cylindrical-coordinate representation of color #065C5F: hue angle of 182.02º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065C5F is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 92 95 -
CMYK 0.94 0.03 0 0.63
HSL 182.02º 0.88% 0.2% -
HSV(B) 182.02º 0.94% 0.37% -
XYZ 5.97 8.52 12.16 -
YUV 66.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 6 92 95 0.94 0.03 0 0.63 182.02 0.88 0.2
Hex 6 5C 5F 5E 3 0 3F B6 58 14
Octal 6 134 137 136 3 0 77 266 130 24
Binary 110 1011100 1011111 1011110 11 0 111111 10110110 1011000 10100

Color Harmonies of #065C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C5F

Black with #065C5F

Text Example


Text Example

White with #065C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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