Html Css Color HEX #15546C Orient

📋 copy color: '#15546C'

red 21 ◦ green 84 ◦ blue 108

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

Shades of Orient #15546C

Tints of Orient #15546C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 9.86%
G = 39.44%
B = 50.7%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15546C (or 0x15546C) is known color: Orient. HEX triplet: 15, 54 and 6C. RGB value is (21,84,108). Sum of RGB (Red+Green+Blue) = 21+84+108=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #15546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15546C is #EAAB93. Grayscale: #434343. Windows color (decimal): -15379348 or 7099413. OLE color: 7099413.

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

Color convert

RGB 21 84 108 -
CMYK 0.81 0.22 0 0.58
HSL 196.55º 0.67% 0.25% -
HSV(B) 196.55º 0.81% 0.42% -
XYZ 6.19 7.58 15.32 -
YUV 67.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 21 84 108 0.81 0.22 0 0.58 196.55 0.67 0.25
Hex 15 54 6C 51 16 0 3A C5 43 19
Octal 25 124 154 121 26 0 72 305 103 31
Binary 10101 1010100 1101100 1010001 10110 0 111010 11000101 1000011 11001

Color Harmonies of #15546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15546C

Black with #15546C

Text Example


Text Example

White with #15546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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