Html Css Color HEX #255D73 Orient

📋 copy color: '#255D73'

red 37 ◦ green 93 ◦ blue 115

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

Shades of Orient #255D73

Tints of Orient #255D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.96%

 BLUE value IS 115 (45.31% from 255) = 46.94%

R = 15.1%
G = 37.96%
B = 46.94%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255D73 (or 0x255D73) is known color: Orient. HEX triplet: 25, 5D and 73. RGB value is (37,93,115). Sum of RGB (Red+Green+Blue) = 37+93+115=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #255D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D73 is #DAA28C. Grayscale: #4E4E4E. Windows color (decimal): -14328461 or 7560485. OLE color: 7560485.

HSL color Cylindrical-coordinate representation of color #255D73: hue angle of 196.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255D73 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 93 115 -
CMYK 0.68 0.19 0 0.55
HSL 196.92º 0.51% 0.3% -
HSV(B) 196.92º 0.68% 0.45% -
XYZ 7.77 9.46 17.64 -
YUV 78.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 37 93 115 0.68 0.19 0 0.55 196.92 0.51 0.3
Hex 25 5D 73 44 13 0 37 C5 33 1E
Octal 45 135 163 104 23 0 67 305 63 36
Binary 100101 1011101 1110011 1000100 10011 0 110111 11000101 110011 11110

Color Harmonies of #255D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D73

Black with #255D73

Text Example


Text Example

White with #255D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255D73; }

 p { color: rgb(37,93,115); }

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

background-color css

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

 a { background-color: rgb(37,93,115); }

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

border-color css

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

 span { border-color: rgb(37,93,115); }

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