Html Css Color HEX #15536A Orient

📋 copy color: '#15536A'

red 21 ◦ green 83 ◦ blue 106

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

Shades of Orient #15536A

Tints of Orient #15536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

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

R = 10%
G = 39.52%
B = 50.48%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15536A (or 0x15536A) is known color: Orient. HEX triplet: 15, 53 and 6A. RGB value is (21,83,106). Sum of RGB (Red+Green+Blue) = 21+83+106=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #15536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15536A is #EAAC95. Grayscale: #424242. Windows color (decimal): -15379606 or 6968085. OLE color: 6968085.

HSL color Cylindrical-coordinate representation of color #15536A: hue angle of 196.24º 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 #15536A is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 83 106 -
CMYK 0.80 0.22 0 0.58
HSL 196.24º 0.67% 0.25% -
HSV(B) 196.24º 0.8% 0.42% -
XYZ 6 7.39 14.74 -
YUV 67.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 21 83 106 0.80 0.22 0 0.58 196.24 0.67 0.25
Hex 15 53 6A 50 16 0 3A C4 43 19
Octal 25 123 152 120 26 0 72 304 103 31
Binary 10101 1010011 1101010 1010000 10110 0 111010 11000100 1000011 11001

Color Harmonies of #15536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15536A

Black with #15536A

Text Example


Text Example

White with #15536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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