Html Css Color HEX #05493E Cyprus

📋 copy color: '#05493E'

red 5 ◦ green 73 ◦ blue 62

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

Shades of Cyprus #05493E

Tints of Cyprus #05493E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.14%

 BLUE value IS 62 (24.61% from 255) = 44.29%

R = 3.57%
G = 52.14%
B = 44.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#05493E (or 0x05493E) is known color: Cyprus. HEX triplet: 05, 49 and 3E. RGB value is (5,73,62). Sum of RGB (Red+Green+Blue) = 5+73+62=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #05493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05493E is #FAB6C1. Grayscale: #333333. Windows color (decimal): -16430786 or 4081925. OLE color: 4081925.

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

Color convert

RGB 5 73 62 -
CMYK 0.93 0 0.15 0.71
HSL 170.29º 0.87% 0.15% -
HSV(B) 170.29º 0.93% 0.29% -
XYZ 3.31 5.15 5.38 -
YUV 51.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 5 73 62 0.93 0 0.15 0.71 170.29 0.87 0.15
Hex 5 49 3E 5D 0 F 47 AA 57 F
Octal 5 111 76 135 0 17 107 252 127 17
Binary 101 1001001 111110 1011101 0 1111 1000111 10101010 1010111 1111

Color Harmonies of #05493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05493E

Black with #05493E

Text Example


Text Example

White with #05493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05493E; }

 p { color: rgb(5,73,62); }

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

background-color css

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

 a { background-color: rgb(5,73,62); }

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

border-color css

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

 span { border-color: rgb(5,73,62); }

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