#255592

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

Shades of Endeavour #255592

Tints of Endeavour #255592

Color information

#255592 (or 0x255592) is unknown color: approx Endeavour. HEX triplet: 25, 55 and 92. RGB value is (37,85,146). Sum of RGB (Red+Green+Blue) = 37+85+146=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #255592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255592 is #DAAA6D. Grayscale: #4D4D4D. Windows color (decimal): -14330478 or 9590053. OLE color: 9590053.

HSL color Cylindrical-coordinate representation of color #255592: hue angle of 213.58º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255592 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3785146-
CMYK0.750.4200.43
HSL213.58º59.56%35.88%-
HSV(B)213.58º74.66%57.25%-
XYZ9.28.9728.44-
YUV77.6166.699.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.81%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=13.81%
G=31.72%
B=54.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37851460.750.4200.43213.5859.5635.88
Hex2555924B2A02Bd63c24
Octal45125222113520533267444
Binary1001011010101100100101001011101010010101111010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255592; }

 p { color: rgb(37,85,146); }

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

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

 a { background-color: rgb(37,85,146); }

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

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

 span { border-color: rgb(37,85,146); }

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