Html Css Color HEX #155573 Orient

📋 copy color: '#155573'

red 21 ◦ green 85 ◦ blue 115

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

Shades of Orient #155573

Tints of Orient #155573

RGB

 RED value IS 21 (8.59% from 255) = 9.5%

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

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 9.5%
G = 38.46%
B = 52.04%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155573 (or 0x155573) is known color: Orient. HEX triplet: 15, 55 and 73. RGB value is (21,85,115). Sum of RGB (Red+Green+Blue) = 21+85+115=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #155573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155573 is #EAAA8C. Grayscale: #454545. Windows color (decimal): -15379085 or 7558421. OLE color: 7558421.

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

Color convert

RGB 21 85 115 -
CMYK 0.82 0.26 0 0.55
HSL 199.15º 0.69% 0.27% -
HSV(B) 199.15º 0.82% 0.45% -
XYZ 6.65 7.89 17.39 -
YUV 69.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 21 85 115 0.82 0.26 0 0.55 199.15 0.69 0.27
Hex 15 55 73 52 1A 0 37 C7 45 1B
Octal 25 125 163 122 32 0 67 307 105 33
Binary 10101 1010101 1110011 1010010 11010 0 110111 11000111 1000101 11011

Color Harmonies of #155573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155573

Black with #155573

Text Example


Text Example

White with #155573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155573; }

 p { color: rgb(21,85,115); }

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

background-color css

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

 a { background-color: rgb(21,85,115); }

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

border-color css

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

 span { border-color: rgb(21,85,115); }

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