Html Css Color HEX #0A5549 Cyprus

📋 copy color: '#0A5549'

red 10 ◦ green 85 ◦ blue 73

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

Shades of Cyprus #0A5549

Tints of Cyprus #0A5549

RGB

 RED value IS 10 (4.3% from 255) = 5.95%

 GREEN value IS 85 (33.59% from 255) = 50.6%

 BLUE value IS 73 (28.91% from 255) = 43.45%

R = 5.95%
G = 50.6%
B = 43.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#0A5549 (or 0x0A5549) is known color: Cyprus. HEX triplet: 0A, 55 and 49. RGB value is (10,85,73). Sum of RGB (Red+Green+Blue) = 10+85+73=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5549 is #F5AAB6. Grayscale: #3D3D3D. Windows color (decimal): -16100023 or 4805898. OLE color: 4805898.

HSL color Cylindrical-coordinate representation of color #0A5549: hue angle of 170.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5549 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 85 73 -
CMYK 0.88 0 0.14 0.67
HSL 170.4º 0.79% 0.19% -
HSV(B) 170.4º 0.88% 0.33% -
XYZ 4.58 7.04 7.42 -
YUV 61.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 10 85 73 0.88 0 0.14 0.67 170.4 0.79 0.19
Hex A 55 49 58 0 E 43 AA 4F 13
Octal 12 125 111 130 0 16 103 252 117 23
Binary 1010 1010101 1001001 1011000 0 1110 1000011 10101010 1001111 10011

Color Harmonies of #0A5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5549

Black with #0A5549

Text Example


Text Example

White with #0A5549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A5549; }

 p { color: rgb(10,85,73); }

 H1.HeaderClassName
 {
   color: #0A5549;
 }
 .AnyTagClassName
 {
   color: #0A5549;
 }
</style>

background-color css

<style>
 a { background-color: #0A5549; }

 a { background-color: rgb(10,85,73); }

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

border-color css

<style>
 span { border-color: #0A5549; }

 span { border-color: rgb(10,85,73); }

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