Html Css Color HEX #255A76 Orient

📋 copy color: '#255A76'

red 37 ◦ green 90 ◦ blue 118

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

Shades of Orient #255A76

Tints of Orient #255A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.73%

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

R = 15.1%
G = 36.73%
B = 48.16%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255A76 (or 0x255A76) is known color: Orient. HEX triplet: 25, 5A and 76. RGB value is (37,90,118). Sum of RGB (Red+Green+Blue) = 37+90+118=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #255A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A76 is #DAA589. Grayscale: #4D4D4D. Windows color (decimal): -14329226 or 7756325. OLE color: 7756325.

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

Color convert

RGB 37 90 118 -
CMYK 0.69 0.24 0 0.54
HSL 200.74º 0.52% 0.3% -
HSV(B) 200.74º 0.69% 0.46% -
XYZ 7.69 9.01 18.47 -
YUV 77.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 37 90 118 0.69 0.24 0 0.54 200.74 0.52 0.3
Hex 25 5A 76 45 18 0 36 C9 34 1E
Octal 45 132 166 105 30 0 66 311 64 36
Binary 100101 1011010 1110110 1000101 11000 0 110110 11001001 110100 11110

Color Harmonies of #255A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A76

Black with #255A76

Text Example


Text Example

White with #255A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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