Html Css Color HEX #025C5D Mosque

📋 copy color: '#025C5D'

red 2 ◦ green 92 ◦ blue 93

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

Shades of Mosque #025C5D

Tints of Mosque #025C5D

RGB

 RED value IS 2 (1.17% from 255) = 1.07%

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

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 1.07%
G = 49.2%
B = 49.73%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#025C5D (or 0x025C5D) is known color: Mosque. HEX triplet: 02, 5C and 5D. RGB value is (2,92,93). Sum of RGB (Red+Green+Blue) = 2+92+93=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #025C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C5D is #FDA3A2. Grayscale: #414141. Windows color (decimal): -16622499 or 6118402. OLE color: 6118402.

HSL color Cylindrical-coordinate representation of color #025C5D: hue angle of 180.66º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025C5D is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 92 93 -
CMYK 0.98 0.01 0 0.64
HSL 180.66º 0.96% 0.19% -
HSV(B) 180.66º 0.98% 0.36% -
XYZ 5.83 8.46 11.68 -
YUV 65.2 143.68 82.92 -
System Red Green Blue C M Y K H S L
Decimal 2 92 93 0.98 0.01 0 0.64 180.66 0.96 0.19
Hex 2 5C 5D 62 1 0 40 B5 60 13
Octal 2 134 135 142 1 0 100 265 140 23
Binary 10 1011100 1011101 1100010 1 0 1000000 10110101 1100000 10011

Color Harmonies of #025C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C5D

Black with #025C5D

Text Example


Text Example

White with #025C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025C5D; }

 p { color: rgb(2,92,93); }

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

background-color css

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

 a { background-color: rgb(2,92,93); }

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

border-color css

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

 span { border-color: rgb(2,92,93); }

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