#26564B

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

Shades of Evening Sea #26564B

Tints of Evening Sea #26564B

Color information

#26564B (or 0x26564B) is unknown color: approx Evening Sea. HEX triplet: 26, 56 and 4B. RGB value is (38,86,75). Sum of RGB (Red+Green+Blue) = 38+86+75=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #26564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26564B is #D9A9B4. Grayscale: #464646. Windows color (decimal): -14264757 or 4937254. OLE color: 4937254.

HSL color Cylindrical-coordinate representation of color #26564B: hue angle of 166.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #26564B is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB388675-
CMYK0.5600.130.66
HSL166.25º38.71%24.31%-
HSV(B)166.25º55.81%33.73%-
XYZ5.47.587.83-
YUV70.39130.6104.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=19.10%
G=43.22%
B=37.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3886750.5600.130.66166.2538.7124.31
Hex26564B380D42a62718
Octal46126113700151022464730
Binary100110101011010010111110000110110000101010011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,86,75); }

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

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

 a { background-color: rgb(38,86,75); }

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

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

 span { border-color: rgb(38,86,75); }

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