Html Css Color HEX #255B79 Orient

📋 copy color: '#255B79'

red 37 ◦ green 91 ◦ blue 121

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

Shades of Orient #255B79

Tints of Orient #255B79

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.55%

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

R = 14.86%
G = 36.55%
B = 48.59%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255B79 (or 0x255B79) is known color: Orient. HEX triplet: 25, 5B and 79. RGB value is (37,91,121). Sum of RGB (Red+Green+Blue) = 37+91+121=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #255B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B79 is #DAA486. Grayscale: #4E4E4E. Windows color (decimal): -14328967 or 7953189. OLE color: 7953189.

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

Color convert

RGB 37 91 121 -
CMYK 0.69 0.25 0 0.53
HSL 201.43º 0.53% 0.31% -
HSV(B) 201.43º 0.69% 0.47% -
XYZ 7.96 9.26 19.46 -
YUV 78.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 37 91 121 0.69 0.25 0 0.53 201.43 0.53 0.31
Hex 25 5B 79 45 19 0 35 C9 35 1F
Octal 45 133 171 105 31 0 65 311 65 37
Binary 100101 1011011 1111001 1000101 11001 0 110101 11001001 110101 11111

Color Harmonies of #255B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B79

Black with #255B79

Text Example


Text Example

White with #255B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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