Html Css Color HEX #10594C Cyprus

📋 copy color: '#10594C'

red 16 ◦ green 89 ◦ blue 76

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

Shades of Cyprus #10594C

Tints of Cyprus #10594C

RGB

 RED value IS 16 (6.64% from 255) = 8.84%

 GREEN value IS 89 (35.16% from 255) = 49.17%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 8.84%
G = 49.17%
B = 41.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#10594C (or 0x10594C) is known color: Cyprus. HEX triplet: 10, 59 and 4C. RGB value is (16,89,76). Sum of RGB (Red+Green+Blue) = 16+89+76=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #10594C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10594C is #EFA6B3. Grayscale: #414141. Windows color (decimal): -15705780 or 5003536. OLE color: 5003536.

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

Color convert

RGB 16 89 76 -
CMYK 0.82 0 0.15 0.65
HSL 169.32º 0.7% 0.21% -
HSV(B) 169.32º 0.82% 0.35% -
XYZ 5.09 7.78 8.07 -
YUV 65.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 16 89 76 0.82 0 0.15 0.65 169.32 0.7 0.21
Hex 10 59 4C 52 0 F 41 A9 46 15
Octal 20 131 114 122 0 17 101 251 106 25
Binary 10000 1011001 1001100 1010010 0 1111 1000001 10101001 1000110 10101

Color Harmonies of #10594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10594C

Black with #10594C

Text Example


Text Example

White with #10594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10594C; }

 p { color: rgb(16,89,76); }

 H1.HeaderClassName
 {
   color: #10594C;
 }
 .AnyTagClassName
 {
   color: #10594C;
 }
</style>

background-color css

<style>
 a { background-color: #10594C; }

 a { background-color: rgb(16,89,76); }

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

border-color css

<style>
 span { border-color: #10594C; }

 span { border-color: rgb(16,89,76); }

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