Html Css Color HEX #255871 Orient

📋 copy color: '#255871'

red 37 ◦ green 88 ◦ blue 113

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

Shades of Orient #255871

Tints of Orient #255871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 47.48%

R = 15.55%
G = 36.97%
B = 47.48%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#255871 (or 0x255871) is known color: Orient. HEX triplet: 25, 58 and 71. RGB value is (37,88,113). Sum of RGB (Red+Green+Blue) = 37+88+113=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #255871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255871 is #DAA78E. Grayscale: #4B4B4B. Windows color (decimal): -14329743 or 7428133. OLE color: 7428133.

HSL color Cylindrical-coordinate representation of color #255871: hue angle of 199.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255871 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 88 113 -
CMYK 0.67 0.22 0 0.56
HSL 199.74º 0.51% 0.29% -
HSV(B) 199.74º 0.67% 0.44% -
XYZ 7.23 8.57 16.89 -
YUV 75.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 37 88 113 0.67 0.22 0 0.56 199.74 0.51 0.29
Hex 25 58 71 43 16 0 38 C8 33 1D
Octal 45 130 161 103 26 0 70 310 63 35
Binary 100101 1011000 1110001 1000011 10110 0 111000 11001000 110011 11101

Color Harmonies of #255871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255871

Black with #255871

Text Example


Text Example

White with #255871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255871; }

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

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

background-color css

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

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

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

border-color css

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

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

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