#255875

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

Shades of Orient #255875

Tints of Orient #255875

Color information

#255875 (or 0x255875) is unknown color: approx Orient. HEX triplet: 25, 58 and 75. RGB value is (37,88,117). Sum of RGB (Red+Green+Blue) = 37+88+117=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #255875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255875 is #DAA78A. Grayscale: #4B4B4B. Windows color (decimal): -14329739 or 7690277. OLE color: 7690277.

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

Color convert

RGB3788117-
CMYK0.680.2500.54
HSL201.75º51.95%30.2%-
HSV(B)201.75º68.38%45.88%-
XYZ7.468.6618.11-
YUV76.06151.1100.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=15.29%
G=36.36%
B=48.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37881170.680.2500.54201.7551.9530.2
Hex2558754419036ca341e
Octal45130165104310663126436
Binary1001011011000111010110001001100101101101100101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255875; }

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

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

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

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

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

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

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

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