Html Css Color HEX #13584F Cyprus

📋 copy color: '#13584F'

red 19 ◦ green 88 ◦ blue 79

#13584F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #13584F

Tints of Cyprus #13584F

RGB

 RED value IS 19 (7.81% from 255) = 10.22%

 GREEN value IS 88 (34.77% from 255) = 47.31%

 BLUE value IS 79 (31.25% from 255) = 42.47%

R = 10.22%
G = 47.31%
B = 42.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#13584F (or 0x13584F) is known color: Cyprus. HEX triplet: 13, 58 and 4F. RGB value is (19,88,79). Sum of RGB (Red+Green+Blue) = 19+88+79=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #13584F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13584F is #ECA7B0. Grayscale: #424242. Windows color (decimal): -15509425 or 5199891. OLE color: 5199891.

HSL color Cylindrical-coordinate representation of color #13584F: hue angle of 172.17º 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 #13584F is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 79 -
CMYK 0.78 0 0.10 0.65
HSL 172.17º 0.64% 0.21% -
HSV(B) 172.17º 0.78% 0.35% -
XYZ 5.17 7.68 8.61 -
YUV 66.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 19 88 79 0.78 0 0.10 0.65 172.17 0.64 0.21
Hex 13 58 4F 4E 0 A 41 AC 40 15
Octal 23 130 117 116 0 12 101 254 100 25
Binary 10011 1011000 1001111 1001110 0 1010 1000001 10101100 1000000 10101

Color Harmonies of #13584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13584F

Black with #13584F

Text Example


Text Example

White with #13584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13584F;
 }
 .AnyTagClassName
 {
   color: #13584F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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