Html Css Color HEX #085448 Cyprus

📋 copy color: '#085448'

red 8 ◦ green 84 ◦ blue 72

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

Shades of Cyprus #085448

Tints of Cyprus #085448

RGB

 RED value IS 8 (3.52% from 255) = 4.88%

 GREEN value IS 84 (33.2% from 255) = 51.22%

 BLUE value IS 72 (28.52% from 255) = 43.9%

R = 4.88%
G = 51.22%
B = 43.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#085448 (or 0x085448) is known color: Cyprus. HEX triplet: 08, 54 and 48. RGB value is (8,84,72). Sum of RGB (Red+Green+Blue) = 8+84+72=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #085448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085448 is #F7ABB7. Grayscale: #3B3B3B. Windows color (decimal): -16231352 or 4740104. OLE color: 4740104.

HSL color Cylindrical-coordinate representation of color #085448: hue angle of 170.53º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085448 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 72 -
CMYK 0.90 0 0.14 0.67
HSL 170.53º 0.83% 0.18% -
HSV(B) 170.53º 0.9% 0.33% -
XYZ 4.44 6.86 7.22 -
YUV 59.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 8 84 72 0.90 0 0.14 0.67 170.53 0.83 0.18
Hex 8 54 48 5A 0 E 43 AB 53 12
Octal 10 124 110 132 0 16 103 253 123 22
Binary 1000 1010100 1001000 1011010 0 1110 1000011 10101011 1010011 10010

Color Harmonies of #085448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085448

Black with #085448

Text Example


Text Example

White with #085448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085448; }

 p { color: rgb(8,84,72); }

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

background-color css

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

 a { background-color: rgb(8,84,72); }

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

border-color css

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

 span { border-color: rgb(8,84,72); }

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