Html Css Color HEX #255B76 Orient

📋 copy color: '#255B76'

red 37 ◦ green 91 ◦ blue 118

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

Shades of Orient #255B76

Tints of Orient #255B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 15.04%
G = 36.99%
B = 47.97%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255B76 (or 0x255B76) is known color: Orient. HEX triplet: 25, 5B and 76. RGB value is (37,91,118). Sum of RGB (Red+Green+Blue) = 37+91+118=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #255B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B76 is #DAA489. Grayscale: #4D4D4D. Windows color (decimal): -14328970 or 7756581. OLE color: 7756581.

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

Color convert

RGB 37 91 118 -
CMYK 0.69 0.23 0 0.54
HSL 200º 0.52% 0.3% -
HSV(B) 200º 0.69% 0.46% -
XYZ 7.77 9.18 18.5 -
YUV 77.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 37 91 118 0.69 0.23 0 0.54 200 0.52 0.3
Hex 25 5B 76 45 17 0 36 C8 34 1E
Octal 45 133 166 105 27 0 66 310 64 36
Binary 100101 1011011 1110110 1000101 10111 0 110110 11001000 110100 11110

Color Harmonies of #255B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B76

Black with #255B76

Text Example


Text Example

White with #255B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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