Html Css Color HEX #10584B Cyprus

📋 copy color: '#10584B'

red 16 ◦ green 88 ◦ blue 75

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

Shades of Cyprus #10584B

Tints of Cyprus #10584B

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.9%

R = 8.94%
G = 49.16%
B = 41.9%

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

#10584B (or 0x10584B) is known color: 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

RGB 16 88 75 -
CMYK 0.82 0 0.15 0.65
HSL 169.17º 0.69% 0.2% -
HSV(B) 169.17º 0.82% 0.35% -
XYZ 4.97 7.6 7.86 -
YUV 64.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 16 88 75 0.82 0 0.15 0.65 169.17 0.69 0.2
Hex 10 58 4B 52 0 F 41 A9 45 14
Octal 20 130 113 122 0 17 101 251 105 24
Binary 10000 1011000 1001011 1010010 0 1111 1000001 10101001 1000101 10100

Color Harmonies of #10584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10584B

Black with #10584B

Text Example


Text Example

White with #10584B

Text Example


Text Example

HTML Codes & Css Web 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>