Html Css Color HEX #15516E Orient

📋 copy color: '#15516E'

red 21 ◦ green 81 ◦ blue 110

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

Shades of Orient #15516E

Tints of Orient #15516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.21%

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

R = 9.91%
G = 38.21%
B = 51.89%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15516E (or 0x15516E) is known color: Orient. HEX triplet: 15, 51 and 6E. RGB value is (21,81,110). Sum of RGB (Red+Green+Blue) = 21+81+110=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #15516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15516E is #EAAE91. Grayscale: #424242. Windows color (decimal): -15380114 or 7229717. OLE color: 7229717.

HSL color Cylindrical-coordinate representation of color #15516E: hue angle of 199.55º 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 #15516E is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 81 110 -
CMYK 0.81 0.26 0 0.57
HSL 199.55º 0.68% 0.26% -
HSV(B) 199.55º 0.81% 0.43% -
XYZ 6.07 7.17 15.82 -
YUV 66.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 21 81 110 0.81 0.26 0 0.57 199.55 0.68 0.26
Hex 15 51 6E 51 1A 0 39 C8 44 1A
Octal 25 121 156 121 32 0 71 310 104 32
Binary 10101 1010001 1101110 1010001 11010 0 111001 11001000 1000100 11010

Color Harmonies of #15516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15516E

Black with #15516E

Text Example


Text Example

White with #15516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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