Html Css Color HEX #5C628B Waikawa Grey

📋 copy color: '#5C628B'

red 92 ◦ green 98 ◦ blue 139

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

Shades of Waikawa Grey #5C628B

Tints of Waikawa Grey #5C628B

RGB

 RED value IS 92 (36.33% from 255) = 27.96%

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 27.96%
G = 29.79%
B = 42.25%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C628B (or 0x5C628B) is known color: Waikawa Grey. HEX triplet: 5C, 62 and 8B. RGB value is (92,98,139). Sum of RGB (Red+Green+Blue) = 92+98+139=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C628B is #A39D74. Grayscale: #646464. Windows color (decimal): -10722677 or 9134684. OLE color: 9134684.

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

Color convert

RGB 92 98 139 -
CMYK 0.34 0.29 0 0.45
HSL 232.34º 0.2% 0.45% -
HSV(B) 232.34º 0.34% 0.55% -
XYZ 13.44 12.87 26.2 -
YUV 100.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 92 98 139 0.34 0.29 0 0.45 232.34 0.2 0.45
Hex 5C 62 8B 22 1D 0 2D E8 14 2D
Octal 134 142 213 42 35 0 55 350 24 55
Binary 1011100 1100010 10001011 100010 11101 0 101101 11101000 10100 101101

Color Harmonies of #5C628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C628B

Black with #5C628B

Text Example


Text Example

White with #5C628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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