Html Css Color HEX #255879 Orient

📋 copy color: '#255879'

red 37 ◦ green 88 ◦ blue 121

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

Shades of Orient #255879

Tints of Orient #255879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 15.04%
G = 35.77%
B = 49.19%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255879 (or 0x255879) is known color: Orient. HEX triplet: 25, 58 and 79. RGB value is (37,88,121). Sum of RGB (Red+Green+Blue) = 37+88+121=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #255879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255879 is #DAA786. Grayscale: #4C4C4C. Windows color (decimal): -14329735 or 7952421. OLE color: 7952421.

HSL color Cylindrical-coordinate representation of color #255879: hue angle of 203.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255879 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 88 121 -
CMYK 0.69 0.27 0 0.53
HSL 203.57º 0.53% 0.31% -
HSV(B) 203.57º 0.69% 0.47% -
XYZ 7.7 8.75 19.37 -
YUV 76.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 37 88 121 0.69 0.27 0 0.53 203.57 0.53 0.31
Hex 25 58 79 45 1B 0 35 CC 35 1F
Octal 45 130 171 105 33 0 65 314 65 37
Binary 100101 1011000 1111001 1000101 11011 0 110101 11001100 110101 11111

Color Harmonies of #255879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255879

Black with #255879

Text Example


Text Example

White with #255879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255879; }

 p { color: rgb(37,88,121); }

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

background-color css

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

 a { background-color: rgb(37,88,121); }

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

border-color css

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

 span { border-color: rgb(37,88,121); }

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