Html Css Color HEX #05473C Cyprus

📋 copy color: '#05473C'

red 5 ◦ green 71 ◦ blue 60

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

Shades of Cyprus #05473C

Tints of Cyprus #05473C

RGB

 RED value IS 5 (2.34% from 255) = 3.68%

 GREEN value IS 71 (28.13% from 255) = 52.21%

 BLUE value IS 60 (23.83% from 255) = 44.12%

R = 3.68%
G = 52.21%
B = 44.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#05473C (or 0x05473C) is known color: Cyprus. HEX triplet: 05, 47 and 3C. RGB value is (5,71,60). Sum of RGB (Red+Green+Blue) = 5+71+60=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #05473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05473C is #FAB8C3. Grayscale: #313131. Windows color (decimal): -16431300 or 3950341. OLE color: 3950341.

HSL color Cylindrical-coordinate representation of color #05473C: hue angle of 170º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05473C is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 71 60 -
CMYK 0.93 0 0.15 0.72
HSL 170º 0.87% 0.15% -
HSV(B) 170º 0.93% 0.28% -
XYZ 3.13 4.86 5.05 -
YUV 50.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 5 71 60 0.93 0 0.15 0.72 170 0.87 0.15
Hex 5 47 3C 5D 0 F 48 AA 57 F
Octal 5 107 74 135 0 17 110 252 127 17
Binary 101 1000111 111100 1011101 0 1111 1001000 10101010 1010111 1111

Color Harmonies of #05473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05473C

Black with #05473C

Text Example


Text Example

White with #05473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05473C; }

 p { color: rgb(5,71,60); }

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

background-color css

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

 a { background-color: rgb(5,71,60); }

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

border-color css

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

 span { border-color: rgb(5,71,60); }

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