#05383D

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

Shades of Cyprus #05383D

Tints of Cyprus #05383D

Color information

#05383D (or 0x05383D) is unknown color: approx Cyprus. HEX triplet: 05, 38 and 3D. RGB value is (5,56,61). Sum of RGB (Red+Green+Blue) = 5+56+61=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #05383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05383D is #FAC7C2. Grayscale: #292929. Windows color (decimal): -16435139 or 4012037. OLE color: 4012037.

HSL color Cylindrical-coordinate representation of color #05383D: hue angle of 185.36º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05383D is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB55661-
CMYK0.920.0800.76
HSL185.36º84.85%12.94%-
HSV(B)185.36º91.8%23.92%-
XYZ2.323.24.91-
YUV41.32139.1102.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 61 (24.22% from 255) = 50%
R=4.10%
G=45.90%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal556610.920.0800.76185.3684.8512.94
Hex5383D5C804Cb955d
Octal5707513410011427112515
Binary10111100011110110111001000010011001011100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05383D; }

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

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

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

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

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

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

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

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