Html Css Color HEX #56638B Waikawa Grey

📋 copy color: '#56638B'

red 86 ◦ green 99 ◦ blue 139

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

Shades of Waikawa Grey #56638B

Tints of Waikawa Grey #56638B

RGB

 RED value IS 86 (33.98% from 255) = 26.54%

 GREEN value IS 99 (39.06% from 255) = 30.56%

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 26.54%
G = 30.56%
B = 42.9%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56638B (or 0x56638B) is known color: Waikawa Grey. HEX triplet: 56, 63 and 8B. RGB value is (86,99,139). Sum of RGB (Red+Green+Blue) = 86+99+139=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #56638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56638B is #A99C74. Grayscale: #636363. Windows color (decimal): -11115637 or 9134934. OLE color: 9134934.

HSL color Cylindrical-coordinate representation of color #56638B: hue angle of 225.28º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56638B is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 99 139 -
CMYK 0.38 0.29 0 0.45
HSL 225.28º 0.24% 0.44% -
HSV(B) 225.28º 0.38% 0.55% -
XYZ 12.96 12.77 26.21 -
YUV 99.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 86 99 139 0.38 0.29 0 0.45 225.28 0.24 0.44
Hex 56 63 8B 26 1D 0 2D E1 18 2C
Octal 126 143 213 46 35 0 55 341 30 54
Binary 1010110 1100011 10001011 100110 11101 0 101101 11100001 11000 101100

Color Harmonies of #56638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56638B

Black with #56638B

Text Example


Text Example

White with #56638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56638B; }

 p { color: rgb(86,99,139); }

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

background-color css

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

 a { background-color: rgb(86,99,139); }

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

border-color css

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

 span { border-color: rgb(86,99,139); }

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