Html Css Color HEX #255589 Endeavour

📋 copy color: '#255589'

red 37 ◦ green 85 ◦ blue 137

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

Shades of Endeavour #255589

Tints of Endeavour #255589

RGB

 RED value IS 37 (14.84% from 255) = 14.29%

 GREEN value IS 85 (33.59% from 255) = 32.82%

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 14.29%
G = 32.82%
B = 52.9%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#255589 (or 0x255589) is known color: Endeavour. HEX triplet: 25, 55 and 89. RGB value is (37,85,137). Sum of RGB (Red+Green+Blue) = 37+85+137=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #255589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255589 is #DAAA76. Grayscale: #4C4C4C. Windows color (decimal): -14330487 or 9000229. OLE color: 9000229.

HSL color Cylindrical-coordinate representation of color #255589: hue angle of 211.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255589 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 85 137 -
CMYK 0.73 0.38 0 0.46
HSL 211.2º 0.57% 0.34% -
HSV(B) 211.2º 0.73% 0.54% -
XYZ 8.53 8.7 24.9 -
YUV 76.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 37 85 137 0.73 0.38 0 0.46 211.2 0.57 0.34
Hex 25 55 89 49 26 0 2E D3 39 22
Octal 45 125 211 111 46 0 56 323 71 42
Binary 100101 1010101 10001001 1001001 100110 0 101110 11010011 111001 100010

Color Harmonies of #255589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255589

Black with #255589

Text Example


Text Example

White with #255589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255589; }

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

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

background-color css

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

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

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

border-color css

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

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

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