#08504B

Color #08504B Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #08504B

Tints of Cyprus #08504B

Color information

#08504B (or 0x08504B) is unknown color: approx Cyprus. HEX triplet: 08, 50 and 4B. RGB value is (8,80,75). Sum of RGB (Red+Green+Blue) = 8+80+75=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #08504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08504B is #F7AFB4. Grayscale: #393939. Windows color (decimal): -16232373 or 4935688. OLE color: 4935688.

HSL color Cylindrical-coordinate representation of color #08504B: hue angle of 175.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08504B is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB88075-
CMYK0.9000.060.69
HSL175.83º81.82%17.25%-
HSV(B)175.83º90%31.37%-
XYZ4.246.37.65-
YUV57.9137.6592.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=4.91%
G=49.08%
B=46.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880750.9000.060.69175.8381.8217.25
Hex8504B5A0645b05211
Octal101201131320610526012221
Binary10001010000100101110110100110100010110110000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08504B; }

 p { color: rgb(8,80,75); }

 H1.HeaderClassName
 {
   color: #08504B;
 }
 .AnyTagClassName
 {
   color: #08504B;
 }
</style>
background-color css

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

 a { background-color: rgb(8,80,75); }

 div.DivClassName
 {
   background-color: #08504B;
 }
 .BgClassName
 {
   background-color: #08504B;
 }
</style>
border-color css

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

 span { border-color: rgb(8,80,75); }

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