#10584B

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

Shades of Cyprus #10584B

Tints of Cyprus #10584B

Color information

#10584B (or 0x10584B) is unknown color: approx Cyprus. HEX triplet: 10, 58 and 4B. RGB value is (16,88,75). Sum of RGB (Red+Green+Blue) = 16+88+75=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #10584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10584B is #EFA7B4. Grayscale: #404040. Windows color (decimal): -15706037 or 4937744. OLE color: 4937744.

HSL color Cylindrical-coordinate representation of color #10584B: hue angle of 169.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10584B is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB168875-
CMYK0.8200.150.65
HSL169.17º69.23%20.39%-
HSV(B)169.17º81.82%34.51%-
XYZ4.977.67.86-
YUV64.99133.6593.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.94%
GREEN value IS 88 (34.77% from 255) = 49.16%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=8.94%
G=49.16%
B=41.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1688750.8200.150.65169.1769.2320.39
Hex10584B520F41a94514
Octal2013011312201710125110524
Binary1000010110001001011101001001111100000110101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10584B; }

 p { color: rgb(16,88,75); }

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

<style>
 a { background-color: #10584B; }

 a { background-color: rgb(16,88,75); }

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

<style>
 span { border-color: #10584B; }

 span { border-color: rgb(16,88,75); }

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