#13584E

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

Shades of Cyprus #13584E

Tints of Cyprus #13584E

Color information

#13584E (or 0x13584E) is unknown color: approx Cyprus. HEX triplet: 13, 58 and 4E. RGB value is (19,88,78). Sum of RGB (Red+Green+Blue) = 19+88+78=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #13584E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13584E is #ECA7B1. Grayscale: #424242. Windows color (decimal): -15509426 or 5134355. OLE color: 5134355.

HSL color Cylindrical-coordinate representation of color #13584E: hue angle of 171.3º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13584E is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB198878-
CMYK0.7800.110.65
HSL171.3º64.49%20.98%-
HSV(B)171.3º78.41%34.51%-
XYZ5.137.678.42-
YUV66.23134.6494.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=10.27%
G=47.57%
B=42.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1988780.7800.110.65171.364.4920.98
Hex13584E4E0B41ab4015
Octal2313011611601310125310025
Binary1001110110001001110100111001011100000110101011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13584E; }

 p { color: rgb(19,88,78); }

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

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

 a { background-color: rgb(19,88,78); }

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

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

 span { border-color: rgb(19,88,78); }

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