Html Css Color HEX #085344 Cyprus

📋 copy color: '#085344'

red 8 ◦ green 83 ◦ blue 68

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

Shades of Cyprus #085344

Tints of Cyprus #085344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.2%

 BLUE value IS 68 (26.95% from 255) = 42.77%

R = 5.03%
G = 52.2%
B = 42.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#085344 (or 0x085344) is known color: Cyprus. HEX triplet: 08, 53 and 44. RGB value is (8,83,68). Sum of RGB (Red+Green+Blue) = 8+83+68=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #085344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085344 is #F7ACBB. Grayscale: #3A3A3A. Windows color (decimal): -16231612 or 4477704. OLE color: 4477704.

HSL color Cylindrical-coordinate representation of color #085344: hue angle of 168º degrees, saturation: 0.82, 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 #085344 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 68 -
CMYK 0.90 0 0.18 0.67
HSL 168º 0.82% 0.18% -
HSV(B) 168º 0.9% 0.33% -
XYZ 4.24 6.66 6.53 -
YUV 58.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 8 83 68 0.90 0 0.18 0.67 168 0.82 0.18
Hex 8 53 44 5A 0 12 43 A8 52 12
Octal 10 123 104 132 0 22 103 250 122 22
Binary 1000 1010011 1000100 1011010 0 10010 1000011 10101000 1010010 10010

Color Harmonies of #085344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085344

Black with #085344

Text Example


Text Example

White with #085344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085344; }

 p { color: rgb(8,83,68); }

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

background-color css

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

 a { background-color: rgb(8,83,68); }

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

border-color css

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

 span { border-color: rgb(8,83,68); }

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