Html Css Color HEX #05473D Cyprus

📋 copy color: '#05473D'

red 5 ◦ green 71 ◦ blue 61

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

Shades of Cyprus #05473D

Tints of Cyprus #05473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.53%

R = 3.65%
G = 51.82%
B = 44.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#05473D (or 0x05473D) is known color: Cyprus. HEX triplet: 05, 47 and 3D. RGB value is (5,71,61). Sum of RGB (Red+Green+Blue) = 5+71+61=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #05473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05473D is #FAB8C2. Grayscale: #323232. Windows color (decimal): -16431299 or 4015877. OLE color: 4015877.

HSL color Cylindrical-coordinate representation of color #05473D: hue angle of 170.91º 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 #05473D is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 71 61 -
CMYK 0.93 0 0.14 0.72
HSL 170.91º 0.87% 0.15% -
HSV(B) 170.91º 0.93% 0.28% -
XYZ 3.16 4.88 5.19 -
YUV 50.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 5 71 61 0.93 0 0.14 0.72 170.91 0.87 0.15
Hex 5 47 3D 5D 0 E 48 AB 57 F
Octal 5 107 75 135 0 16 110 253 127 17
Binary 101 1000111 111101 1011101 0 1110 1001000 10101011 1010111 1111

Color Harmonies of #05473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05473D

Black with #05473D

Text Example


Text Example

White with #05473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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