Html Css Color HEX #155569 Orient

📋 copy color: '#155569'

red 21 ◦ green 85 ◦ blue 105

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

Shades of Orient #155569

Tints of Orient #155569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 9.95%
G = 40.28%
B = 49.76%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155569 (or 0x155569) is known color: Orient. HEX triplet: 15, 55 and 69. RGB value is (21,85,105). Sum of RGB (Red+Green+Blue) = 21+85+105=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #155569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155569 is #EAAA96. Grayscale: #444444. Windows color (decimal): -15379095 or 6903061. OLE color: 6903061.

HSL color Cylindrical-coordinate representation of color #155569: hue angle of 194.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155569 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 85 105 -
CMYK 0.80 0.19 0 0.59
HSL 194.29º 0.67% 0.25% -
HSV(B) 194.29º 0.8% 0.41% -
XYZ 6.11 7.68 14.52 -
YUV 68.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 21 85 105 0.80 0.19 0 0.59 194.29 0.67 0.25
Hex 15 55 69 50 13 0 3B C2 43 19
Octal 25 125 151 120 23 0 73 302 103 31
Binary 10101 1010101 1101001 1010000 10011 0 111011 11000010 1000011 11001

Color Harmonies of #155569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155569

Black with #155569

Text Example


Text Example

White with #155569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155569; }

 p { color: rgb(21,85,105); }

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

background-color css

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

 a { background-color: rgb(21,85,105); }

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

border-color css

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

 span { border-color: rgb(21,85,105); }

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