Html Css Color HEX #255876 Orient

📋 copy color: '#255876'

red 37 ◦ green 88 ◦ blue 118

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

Shades of Orient #255876

Tints of Orient #255876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 15.23%
G = 36.21%
B = 48.56%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255876 (or 0x255876) is known color: Orient. HEX triplet: 25, 58 and 76. RGB value is (37,88,118). Sum of RGB (Red+Green+Blue) = 37+88+118=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #255876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255876 is #DAA789. Grayscale: #4C4C4C. Windows color (decimal): -14329738 or 7755813. OLE color: 7755813.

HSL color Cylindrical-coordinate representation of color #255876: hue angle of 202.22º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255876 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 88 118 -
CMYK 0.69 0.25 0 0.54
HSL 202.22º 0.52% 0.3% -
HSV(B) 202.22º 0.69% 0.46% -
XYZ 7.52 8.68 18.42 -
YUV 76.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 37 88 118 0.69 0.25 0 0.54 202.22 0.52 0.3
Hex 25 58 76 45 19 0 36 CA 34 1E
Octal 45 130 166 105 31 0 66 312 64 36
Binary 100101 1011000 1110110 1000101 11001 0 110110 11001010 110100 11110

Color Harmonies of #255876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255876

Black with #255876

Text Example


Text Example

White with #255876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255876; }

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

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

background-color css

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

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

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

border-color css

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

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

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