Html Css Color HEX #255574 Orient

📋 copy color: '#255574'

red 37 ◦ green 85 ◦ blue 116

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

Shades of Orient #255574

Tints of Orient #255574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 15.55%
G = 35.71%
B = 48.74%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255574 (or 0x255574) is known color: Orient. HEX triplet: 25, 55 and 74. RGB value is (37,85,116). Sum of RGB (Red+Green+Blue) = 37+85+116=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #255574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255574 is #DAAA8B. Grayscale: #4A4A4A. Windows color (decimal): -14330508 or 7623973. OLE color: 7623973.

HSL color Cylindrical-coordinate representation of color #255574: hue angle of 203.54º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255574 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 85 116 -
CMYK 0.68 0.27 0 0.55
HSL 203.54º 0.52% 0.3% -
HSV(B) 203.54º 0.68% 0.45% -
XYZ 7.16 8.15 17.72 -
YUV 74.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 37 85 116 0.68 0.27 0 0.55 203.54 0.52 0.3
Hex 25 55 74 44 1B 0 37 CC 34 1E
Octal 45 125 164 104 33 0 67 314 64 36
Binary 100101 1010101 1110100 1000100 11011 0 110111 11001100 110100 11110

Color Harmonies of #255574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255574

Black with #255574

Text Example


Text Example

White with #255574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255574; }

 p { color: rgb(37,85,116); }

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

background-color css

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

 a { background-color: rgb(37,85,116); }

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

border-color css

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

 span { border-color: rgb(37,85,116); }

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