#055248

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

Shades of Cyprus #055248

Tints of Cyprus #055248

Color information

#055248 (or 0x055248) is unknown color: approx Cyprus. HEX triplet: 05, 52 and 48. RGB value is (5,82,72). Sum of RGB (Red+Green+Blue) = 5+82+72=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #055248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055248 is #FAADB7. Grayscale: #393939. Windows color (decimal): -16428472 or 4739589. OLE color: 4739589.

HSL color Cylindrical-coordinate representation of color #055248: hue angle of 172.21º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055248 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB58272-
CMYK0.9400.120.68
HSL172.21º88.51%17.06%-
HSV(B)172.21º93.9%32.16%-
XYZ4.256.537.17-
YUV57.84135.9990.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 82 (32.42% from 255) = 51.57%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=3.14%
G=51.57%
B=45.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582720.9400.120.68172.2188.5117.06
Hex552485E0C44ac5911
Octal512211013601410425413121
Binary10110100101001000101111001100100010010101100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055248; }

 p { color: rgb(5,82,72); }

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

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

 a { background-color: rgb(5,82,72); }

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

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

 span { border-color: rgb(5,82,72); }

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