Html Css Color HEX #15587A Orient

📋 copy color: '#15587A'

red 21 ◦ green 88 ◦ blue 122

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

Shades of Orient #15587A

Tints of Orient #15587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 122 (48.05% from 255) = 52.81%

R = 9.09%
G = 38.1%
B = 52.81%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#15587A (or 0x15587A) is known color: Orient. HEX triplet: 15, 58 and 7A. RGB value is (21,88,122). Sum of RGB (Red+Green+Blue) = 21+88+122=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #15587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15587A is #EAA785. Grayscale: #474747. Windows color (decimal): -15378310 or 8017941. OLE color: 8017941.

HSL color Cylindrical-coordinate representation of color #15587A: hue angle of 200.2º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15587A is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 88 122 -
CMYK 0.83 0.28 0 0.52
HSL 200.2º 0.71% 0.28% -
HSV(B) 200.2º 0.83% 0.48% -
XYZ 7.31 8.54 19.68 -
YUV 71.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 21 88 122 0.83 0.28 0 0.52 200.2 0.71 0.28
Hex 15 58 7A 53 1C 0 34 C8 47 1C
Octal 25 130 172 123 34 0 64 310 107 34
Binary 10101 1011000 1111010 1010011 11100 0 110100 11001000 1000111 11100

Color Harmonies of #15587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15587A

Black with #15587A

Text Example


Text Example

White with #15587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,88,122); }

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

background-color css

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

 a { background-color: rgb(21,88,122); }

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

border-color css

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

 span { border-color: rgb(21,88,122); }

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