#05393A

Color #05393A Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #05393A

Tints of Cyprus #05393A

Color information

#05393A (or 0x05393A) is unknown color: approx Cyprus. HEX triplet: 05, 39 and 3A. RGB value is (5,57,58). Sum of RGB (Red+Green+Blue) = 5+57+58=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #05393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05393A is #FAC6C5. Grayscale: #292929. Windows color (decimal): -16434886 or 3815685. OLE color: 3815685.

HSL color Cylindrical-coordinate representation of color #05393A: hue angle of 181.13º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05393A is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB55758-
CMYK0.910.0200.77
HSL181.13º84.13%12.35%-
HSV(B)181.13º91.38%22.75%-
XYZ2.293.264.51-
YUV41.57137.27101.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 57 (22.66% from 255) = 47.5%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=4.17%
G=47.5%
B=48.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal557580.910.0200.77181.1384.1312.35
Hex5393A5B204Db554c
Octal571721332011526512414
Binary101111001111010101101110010011011011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05393A; }

 p { color: rgb(5,57,58); }

 H1.HeaderClassName
 {
   color: #05393A;
 }
 .AnyTagClassName
 {
   color: #05393A;
 }
</style>
background-color css

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

 a { background-color: rgb(5,57,58); }

 div.DivClassName
 {
   background-color: #05393A;
 }
 .BgClassName
 {
   background-color: #05393A;
 }
</style>
border-color css

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

 span { border-color: rgb(5,57,58); }

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