#054B46

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

Shades of Cyprus #054B46

Tints of Cyprus #054B46

Color information

#054B46 (or 0x054B46) is unknown color: approx Cyprus. HEX triplet: 05, 4B and 46. RGB value is (5,75,70). Sum of RGB (Red+Green+Blue) = 5+75+70=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #054B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B46 is #FAB4B9. Grayscale: #353535. Windows color (decimal): -16430266 or 4606725. OLE color: 4606725.

HSL color Cylindrical-coordinate representation of color #054B46: hue angle of 175.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B46 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB57570-
CMYK0.9300.070.71
HSL175.71º87.5%15.69%-
HSV(B)175.71º93.33%29.41%-
XYZ3.685.516.66-
YUV53.5137.3193.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 75 (29.69% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=3.33%
G=50%
B=46.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal575700.9300.070.71175.7187.515.69
Hex54B465D0747b05810
Octal51131061350710726013020
Binary1011001011100011010111010111100011110110000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054B46; }

 p { color: rgb(5,75,70); }

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

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

 a { background-color: rgb(5,75,70); }

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

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

 span { border-color: rgb(5,75,70); }

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