#05433A

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

Shades of Cyprus #05433A

Tints of Cyprus #05433A

Color information

#05433A (or 0x05433A) is unknown color: approx Cyprus. HEX triplet: 05, 43 and 3A. RGB value is (5,67,58). Sum of RGB (Red+Green+Blue) = 5+67+58=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #05433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05433A is #FABCC5. Grayscale: #2F2F2F. Windows color (decimal): -16432326 or 3818245. OLE color: 3818245.

HSL color Cylindrical-coordinate representation of color #05433A: hue angle of 171.29º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05433A is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB56758-
CMYK0.9300.130.74
HSL171.29º86.11%14.12%-
HSV(B)171.29º92.54%26.27%-
XYZ2.834.354.69-
YUV47.44133.9697.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=3.85%
G=51.54%
B=44.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567580.9300.130.74171.2986.1114.12
Hex5433A5D0D4Aab56e
Octal51037213501511225312616
Binary101100001111101010111010110110010101010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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