Html Css Color HEX #155675 Orient

📋 copy color: '#155675'

red 21 ◦ green 86 ◦ blue 117

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

Shades of Orient #155675

Tints of Orient #155675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 9.38%
G = 38.39%
B = 52.23%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155675 (or 0x155675) is known color: Orient. HEX triplet: 15, 56 and 75. RGB value is (21,86,117). Sum of RGB (Red+Green+Blue) = 21+86+117=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #155675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155675 is #EAA98A. Grayscale: #454545. Windows color (decimal): -15378827 or 7689749. OLE color: 7689749.

HSL color Cylindrical-coordinate representation of color #155675: hue angle of 199.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155675 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 86 117 -
CMYK 0.82 0.26 0 0.54
HSL 199.38º 0.7% 0.27% -
HSV(B) 199.38º 0.82% 0.46% -
XYZ 6.85 8.1 18.03 -
YUV 70.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 21 86 117 0.82 0.26 0 0.54 199.38 0.7 0.27
Hex 15 56 75 52 1A 0 36 C7 46 1B
Octal 25 126 165 122 32 0 66 307 106 33
Binary 10101 1010110 1110101 1010010 11010 0 110110 11000111 1000110 11011

Color Harmonies of #155675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155675

Black with #155675

Text Example


Text Example

White with #155675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155675; }

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

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

background-color css

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

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

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

border-color css

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

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

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