#155C7A

Color #155C7A Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #155C7A

Tints of Orient #155C7A

Color information

#155C7A (or 0x155C7A) is unknown color: approx Orient. HEX triplet: 15, 5C and 7A. RGB value is (21,92,122). Sum of RGB (Red+Green+Blue) = 21+92+122=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #155C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C7A is #EAA385. Grayscale: #494949. Windows color (decimal): -15377286 or 8018965. OLE color: 8018965.

HSL color Cylindrical-coordinate representation of color #155C7A: hue angle of 197.82º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155C7A is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2192122-
CMYK0.830.2500.52
HSL197.82º70.63%28.04%-
HSV(B)197.82º82.79%47.84%-
XYZ7.659.2219.79-
YUV74.19154.9890.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=8.94%
G=39.15%
B=51.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21921220.830.2500.52197.8270.6328.04
Hex155C7A5319034c6471c
Octal251341721233106430610734
Binary1010110111001111010101001111001011010011000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155C7A; }

 p { color: rgb(21,92,122); }

 H1.HeaderClassName
 {
   color: #155C7A;
 }
 .AnyTagClassName
 {
   color: #155C7A;
 }
</style>
background-color css

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

 a { background-color: rgb(21,92,122); }

 div.DivClassName
 {
   background-color: #155C7A;
 }
 .BgClassName
 {
   background-color: #155C7A;
 }
</style>
border-color css

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

 span { border-color: rgb(21,92,122); }

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