Html Css Color HEX #255D79 Orient

📋 copy color: '#255D79'

red 37 ◦ green 93 ◦ blue 121

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

Shades of Orient #255D79

Tints of Orient #255D79

RGB

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

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

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

R = 14.74%
G = 37.05%
B = 48.21%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255D79 (or 0x255D79) is known color: Orient. HEX triplet: 25, 5D and 79. RGB value is (37,93,121). Sum of RGB (Red+Green+Blue) = 37+93+121=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #255D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D79 is #DAA286. Grayscale: #4F4F4F. Windows color (decimal): -14328455 or 7953701. OLE color: 7953701.

HSL color Cylindrical-coordinate representation of color #255D79: hue angle of 200º 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 #255D79 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 93 121 -
CMYK 0.69 0.23 0 0.53
HSL 200º 0.53% 0.31% -
HSV(B) 200º 0.69% 0.47% -
XYZ 8.13 9.6 19.51 -
YUV 79.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 37 93 121 0.69 0.23 0 0.53 200 0.53 0.31
Hex 25 5D 79 45 17 0 35 C8 35 1F
Octal 45 135 171 105 27 0 65 310 65 37
Binary 100101 1011101 1111001 1000101 10111 0 110101 11001000 110101 11111

Color Harmonies of #255D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D79

Black with #255D79

Text Example


Text Example

White with #255D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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