#05373A

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

Shades of Cyprus #05373A

Tints of Cyprus #05373A

Color information

#05373A (or 0x05373A) is unknown color: approx Cyprus. HEX triplet: 05, 37 and 3A. RGB value is (5,55,58). Sum of RGB (Red+Green+Blue) = 5+55+58=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #05373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05373A is #FAC8C5. Grayscale: #282828. Windows color (decimal): -16435398 or 3815173. OLE color: 3815173.

HSL color Cylindrical-coordinate representation of color #05373A: hue angle of 183.4º 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 #05373A is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB55558-
CMYK0.910.0500.77
HSL183.4º84.13%12.35%-
HSV(B)183.4º91.38%22.75%-
XYZ2.193.074.48-
YUV40.39137.94102.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 58 (23.05% from 255) = 49.15%
R=4.24%
G=46.61%
B=49.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal555580.910.0500.77183.484.1312.35
Hex5373A5B504Db754c
Octal567721335011526712414
Binary1011101111110101011011101010011011011011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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