Html Css Color HEX #255777 Orient

📋 copy color: '#255777'

red 37 ◦ green 87 ◦ blue 119

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

Shades of Orient #255777

Tints of Orient #255777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.8%

 BLUE value IS 119 (46.88% from 255) = 48.97%

R = 15.23%
G = 35.8%
B = 48.97%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255777 (or 0x255777) is known color: Orient. HEX triplet: 25, 57 and 77. RGB value is (37,87,119). Sum of RGB (Red+Green+Blue) = 37+87+119=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #255777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255777 is #DAA888. Grayscale: #4B4B4B. Windows color (decimal): -14329993 or 7821093. OLE color: 7821093.

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

Color convert

RGB 37 87 119 -
CMYK 0.69 0.27 0 0.53
HSL 203.41º 0.53% 0.31% -
HSV(B) 203.41º 0.69% 0.47% -
XYZ 7.5 8.54 18.71 -
YUV 75.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 37 87 119 0.69 0.27 0 0.53 203.41 0.53 0.31
Hex 25 57 77 45 1B 0 35 CB 35 1F
Octal 45 127 167 105 33 0 65 313 65 37
Binary 100101 1010111 1110111 1000101 11011 0 110101 11001011 110101 11111

Color Harmonies of #255777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255777

Black with #255777

Text Example


Text Example

White with #255777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255777; }

 p { color: rgb(37,87,119); }

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

background-color css

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

 a { background-color: rgb(37,87,119); }

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

border-color css

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

 span { border-color: rgb(37,87,119); }

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