Html Css Color HEX #065455 Mosque

📋 copy color: '#065455'

red 6 ◦ green 84 ◦ blue 85

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

Shades of Mosque #065455

Tints of Mosque #065455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

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

R = 3.43%
G = 48%
B = 48.57%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#065455 (or 0x065455) is known color: Mosque. HEX triplet: 06, 54 and 55. RGB value is (6,84,85). Sum of RGB (Red+Green+Blue) = 6+84+85=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #065455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065455 is #F9ABAA. Grayscale: #3C3C3C. Windows color (decimal): -16362411 or 5592070. OLE color: 5592070.

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

Color convert

RGB 6 84 85 -
CMYK 0.93 0.01 0 0.67
HSL 180.76º 0.87% 0.18% -
HSV(B) 180.76º 0.93% 0.33% -
XYZ 4.89 7.04 9.69 -
YUV 60.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 6 84 85 0.93 0.01 0 0.67 180.76 0.87 0.18
Hex 6 54 55 5D 1 0 43 B5 57 12
Octal 6 124 125 135 1 0 103 265 127 22
Binary 110 1010100 1010101 1011101 1 0 1000011 10110101 1010111 10010

Color Harmonies of #065455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065455

Black with #065455

Text Example


Text Example

White with #065455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065455; }

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

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

background-color css

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

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

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

border-color css

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

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

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