#5B628B

Color #5B628B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #5B628B

Tints of Waikawa Grey #5B628B

Color information

#5B628B (or 0x5B628B) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 62 and 8B. RGB value is (91,98,139). Sum of RGB (Red+Green+Blue) = 91+98+139=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B628B is #A49D74. Grayscale: #646464. Windows color (decimal): -10788213 or 9134683. OLE color: 9134683.

HSL color Cylindrical-coordinate representation of color #5B628B: hue angle of 231.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B628B is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9198139-
CMYK0.350.2900.45
HSL231.25º20.87%45.1%-
HSV(B)231.25º34.53%54.51%-
XYZ13.3412.8226.2-
YUV100.58149.68121.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.74%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=27.74%
G=29.88%
B=42.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91981390.350.2900.45231.2520.8745.1
Hex5B628B231D02De7152d
Octal13314221343350553472555
Binary10110111100010100010111000111110101011011110011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B628B; }

 p { color: rgb(91,98,139); }

 H1.HeaderClassName
 {
   color: #5B628B;
 }
 .AnyTagClassName
 {
   color: #5B628B;
 }
</style>
background-color css

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

 a { background-color: rgb(91,98,139); }

 div.DivClassName
 {
   background-color: #5B628B;
 }
 .BgClassName
 {
   background-color: #5B628B;
 }
</style>
border-color css

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

 span { border-color: rgb(91,98,139); }

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