Html Css Color HEX #15566D Orient

📋 copy color: '#15566D'

red 21 ◦ green 86 ◦ blue 109

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

Shades of Orient #15566D

Tints of Orient #15566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.81%

 BLUE value IS 109 (42.97% from 255) = 50.46%

R = 9.72%
G = 39.81%
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

#15566D (or 0x15566D) is known color: Orient. HEX triplet: 15, 56 and 6D. RGB value is (21,86,109). Sum of RGB (Red+Green+Blue) = 21+86+109=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #15566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15566D is #EAA992. Grayscale: #454545. Windows color (decimal): -15378835 or 7165461. OLE color: 7165461.

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

Color convert

RGB 21 86 109 -
CMYK 0.81 0.21 0 0.57
HSL 195.68º 0.68% 0.25% -
HSV(B) 195.68º 0.81% 0.43% -
XYZ 6.4 7.92 15.66 -
YUV 69.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 21 86 109 0.81 0.21 0 0.57 195.68 0.68 0.25
Hex 15 56 6D 51 15 0 39 C4 44 19
Octal 25 126 155 121 25 0 71 304 104 31
Binary 10101 1010110 1101101 1010001 10101 0 111001 11000100 1000100 11001

Color Harmonies of #15566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15566D

Black with #15566D

Text Example


Text Example

White with #15566D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15566D; }

 p { color: rgb(21,86,109); }

 H1.HeaderClassName
 {
   color: #15566D;
 }
 .AnyTagClassName
 {
   color: #15566D;
 }
</style>

background-color css

<style>
 a { background-color: #15566D; }

 a { background-color: rgb(21,86,109); }

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

border-color css

<style>
 span { border-color: #15566D; }

 span { border-color: rgb(21,86,109); }

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