#053841

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

Shades of Cyprus #053841

Tints of Cyprus #053841

Color information

#053841 (or 0x053841) is unknown color: approx Cyprus. HEX triplet: 05, 38 and 41. RGB value is (5,56,65). Sum of RGB (Red+Green+Blue) = 5+56+65=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #053841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053841 is #FAC7BE. Grayscale: #292929. Windows color (decimal): -16435135 or 4274181. OLE color: 4274181.

HSL color Cylindrical-coordinate representation of color #053841: hue angle of 189º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053841 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB55665-
CMYK0.920.1400.75
HSL189º85.71%13.73%-
HSV(B)189º92.31%25.49%-
XYZ2.433.245.5-
YUV41.78141.1101.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 56 (22.27% from 255) = 44.44%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=3.97%
G=44.44%
B=51.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556650.920.1400.7518985.7113.73
Hex538415CE04Bbd56e
Octal57010113416011327512616
Binary101111000100000110111001110010010111011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053841; }

 p { color: rgb(5,56,65); }

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

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

 a { background-color: rgb(5,56,65); }

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

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

 span { border-color: rgb(5,56,65); }

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