Html Css Color HEX #15546A Orient

📋 copy color: '#15546A'

red 21 ◦ green 84 ◦ blue 106

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

Shades of Orient #15546A

Tints of Orient #15546A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

 BLUE value IS 106 (41.8% from 255) = 50.24%

R = 9.95%
G = 39.81%
B = 50.24%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15546A (or 0x15546A) is known color: Orient. HEX triplet: 15, 54 and 6A. RGB value is (21,84,106). Sum of RGB (Red+Green+Blue) = 21+84+106=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #15546A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15546A is #EAAB95. Grayscale: #434343. Windows color (decimal): -15379350 or 6968341. OLE color: 6968341.

HSL color Cylindrical-coordinate representation of color #15546A: hue angle of 195.53º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15546A is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 84 106 -
CMYK 0.80 0.21 0 0.58
HSL 195.53º 0.67% 0.25% -
HSV(B) 195.53º 0.8% 0.42% -
XYZ 6.08 7.54 14.77 -
YUV 67.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 21 84 106 0.80 0.21 0 0.58 195.53 0.67 0.25
Hex 15 54 6A 50 15 0 3A C4 43 19
Octal 25 124 152 120 25 0 72 304 103 31
Binary 10101 1010100 1101010 1010000 10101 0 111010 11000100 1000011 11001

Color Harmonies of #15546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15546A

Black with #15546A

Text Example


Text Example

White with #15546A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15546A; }

 p { color: rgb(21,84,106); }

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

background-color css

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

 a { background-color: rgb(21,84,106); }

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

border-color css

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

 span { border-color: rgb(21,84,106); }

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