Html Css Color HEX #065B5C Mosque

📋 copy color: '#065B5C'

red 6 ◦ green 91 ◦ blue 92

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

Shades of Mosque #065B5C

Tints of Mosque #065B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.15%

 BLUE value IS 92 (36.33% from 255) = 48.68%

R = 3.17%
G = 48.15%
B = 48.68%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#065B5C (or 0x065B5C) is known color: Mosque. HEX triplet: 06, 5B and 5C. RGB value is (6,91,92). Sum of RGB (Red+Green+Blue) = 6+91+92=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #065B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B5C is #F9A4A3. Grayscale: #414141. Windows color (decimal): -16360612 or 6052614. OLE color: 6052614.

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

Color convert

RGB 6 91 92 -
CMYK 0.93 0.01 0 0.64
HSL 180.7º 0.88% 0.19% -
HSV(B) 180.7º 0.93% 0.36% -
XYZ 5.75 8.29 11.42 -
YUV 65.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 6 91 92 0.93 0.01 0 0.64 180.7 0.88 0.19
Hex 6 5B 5C 5D 1 0 40 B5 58 13
Octal 6 133 134 135 1 0 100 265 130 23
Binary 110 1011011 1011100 1011101 1 0 1000000 10110101 1011000 10011

Color Harmonies of #065B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B5C

Black with #065B5C

Text Example


Text Example

White with #065B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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