Html Css Color HEX #15576E Orient

📋 copy color: '#15576E'

red 21 ◦ green 87 ◦ blue 110

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

Shades of Orient #15576E

Tints of Orient #15576E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 9.63%
G = 39.91%
B = 50.46%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15576E (or 0x15576E) is known color: Orient. HEX triplet: 15, 57 and 6E. RGB value is (21,87,110). Sum of RGB (Red+Green+Blue) = 21+87+110=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #15576E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15576E is #EAA891. Grayscale: #454545. Windows color (decimal): -15378578 or 7231253. OLE color: 7231253.

HSL color Cylindrical-coordinate representation of color #15576E: hue angle of 195.51º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15576E is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 87 110 -
CMYK 0.81 0.21 0 0.57
HSL 195.51º 0.68% 0.26% -
HSV(B) 195.51º 0.81% 0.43% -
XYZ 6.53 8.1 15.97 -
YUV 69.89 150.63 93.13 -
System Red Green Blue C M Y K H S L
Decimal 21 87 110 0.81 0.21 0 0.57 195.51 0.68 0.26
Hex 15 57 6E 51 15 0 39 C4 44 1A
Octal 25 127 156 121 25 0 71 304 104 32
Binary 10101 1010111 1101110 1010001 10101 0 111001 11000100 1000100 11010

Color Harmonies of #15576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15576E

Black with #15576E

Text Example


Text Example

White with #15576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15576E; }

 p { color: rgb(21,87,110); }

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

background-color css

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

 a { background-color: rgb(21,87,110); }

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

border-color css

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

 span { border-color: rgb(21,87,110); }

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