Html Css Color HEX #155578 Orient

📋 copy color: '#155578'

red 21 ◦ green 85 ◦ blue 120

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

Shades of Orient #155578

Tints of Orient #155578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 9.29%
G = 37.61%
B = 53.1%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#155578 (or 0x155578) is known color: Orient. HEX triplet: 15, 55 and 78. RGB value is (21,85,120). Sum of RGB (Red+Green+Blue) = 21+85+120=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #155578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155578 is #EAAA87. Grayscale: #454545. Windows color (decimal): -15379080 or 7886101. OLE color: 7886101.

HSL color Cylindrical-coordinate representation of color #155578: hue angle of 201.21º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155578 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 85 120 -
CMYK 0.83 0.29 0 0.53
HSL 201.21º 0.7% 0.28% -
HSV(B) 201.21º 0.83% 0.47% -
XYZ 6.95 8.01 18.95 -
YUV 69.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 21 85 120 0.83 0.29 0 0.53 201.21 0.7 0.28
Hex 15 55 78 53 1D 0 35 C9 46 1C
Octal 25 125 170 123 35 0 65 311 106 34
Binary 10101 1010101 1111000 1010011 11101 0 110101 11001001 1000110 11100

Color Harmonies of #155578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155578

Black with #155578

Text Example


Text Example

White with #155578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155578; }

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

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

background-color css

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

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

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

border-color css

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

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

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