Html Css Color HEX #58648B Waikawa Grey

📋 copy color: '#58648B'

red 88 ◦ green 100 ◦ blue 139

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

Shades of Waikawa Grey #58648B

Tints of Waikawa Grey #58648B

RGB

 RED value IS 88 (34.77% from 255) = 26.91%

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 26.91%
G = 30.58%
B = 42.51%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58648B (or 0x58648B) is known color: Waikawa Grey. HEX triplet: 58, 64 and 8B. RGB value is (88,100,139). Sum of RGB (Red+Green+Blue) = 88+100+139=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #58648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58648B is #A79B74. Grayscale: #646464. Windows color (decimal): -10984309 or 9135192. OLE color: 9135192.

HSL color Cylindrical-coordinate representation of color #58648B: hue angle of 225.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58648B is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 100 139 -
CMYK 0.37 0.28 0 0.45
HSL 225.88º 0.22% 0.45% -
HSV(B) 225.88º 0.37% 0.55% -
XYZ 13.24 13.05 26.25 -
YUV 100.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 88 100 139 0.37 0.28 0 0.45 225.88 0.22 0.45
Hex 58 64 8B 25 1C 0 2D E2 16 2D
Octal 130 144 213 45 34 0 55 342 26 55
Binary 1011000 1100100 10001011 100101 11100 0 101101 11100010 10110 101101

Color Harmonies of #58648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58648B

Black with #58648B

Text Example


Text Example

White with #58648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,100,139); }

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

background-color css

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

 a { background-color: rgb(88,100,139); }

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

border-color css

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

 span { border-color: rgb(88,100,139); }

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