#054138

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

Shades of Cyprus #054138

Tints of Cyprus #054138

Color information

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

HSL color Cylindrical-coordinate representation of color #054138: hue angle of 171º 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 #054138 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB56556-
CMYK0.9200.140.75
HSL171º85.71%13.73%-
HSV(B)171º92.31%25.49%-
XYZ2.674.14.39-
YUV46.03133.6298.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565560.9200.140.7517185.7113.73
Hex541385C0E4Bab56e
Octal51017013401611325312616
Binary101100000111100010111000111010010111010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054138; }

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

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

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

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

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

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

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

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