Html Css Color HEX #088564 Deep Sea

📋 copy color: '#088564'

red 8 ◦ green 133 ◦ blue 100

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

Shades of Deep Sea #088564

Tints of Deep Sea #088564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.19%

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 3.32%
G = 55.19%
B = 41.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#088564 (or 0x088564) is known color: Deep Sea. HEX triplet: 08, 85 and 64. RGB value is (8,133,100). Sum of RGB (Red+Green+Blue) = 8+133+100=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #088564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088564 is #F77A9B. Grayscale: #5B5B5B. Windows color (decimal): -16218780 or 6587656. OLE color: 6587656.

HSL color Cylindrical-coordinate representation of color #088564: hue angle of 164.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088564 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 133 100 -
CMYK 0.94 0 0.25 0.48
HSL 164.16º 0.89% 0.28% -
HSV(B) 164.16º 0.94% 0.52% -
XYZ 10.79 17.75 14.91 -
YUV 91.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 8 133 100 0.94 0 0.25 0.48 164.16 0.89 0.28
Hex 8 85 64 5E 0 19 30 A4 59 1C
Octal 10 205 144 136 0 31 60 244 131 34
Binary 1000 10000101 1100100 1011110 0 11001 110000 10100100 1011001 11100

Color Harmonies of #088564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088564

Black with #088564

Text Example


Text Example

White with #088564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088564; }

 p { color: rgb(8,133,100); }

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

background-color css

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

 a { background-color: rgb(8,133,100); }

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

border-color css

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

 span { border-color: rgb(8,133,100); }

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