Html Css Color HEX #58669B Waikawa Grey

📋 copy color: '#58669B'

red 88 ◦ green 102 ◦ blue 155

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

Shades of Waikawa Grey #58669B

Tints of Waikawa Grey #58669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 25.51%
G = 29.57%
B = 44.93%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58669B (or 0x58669B) is known color: Waikawa Grey. HEX triplet: 58, 66 and 9B. RGB value is (88,102,155). Sum of RGB (Red+Green+Blue) = 88+102+155=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #58669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58669B is #A79964. Grayscale: #676767. Windows color (decimal): -10983781 or 10184280. OLE color: 10184280.

HSL color Cylindrical-coordinate representation of color #58669B: hue angle of 227.46º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58669B is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 102 155 -
CMYK 0.43 0.34 0 0.39
HSL 227.46º 0.28% 0.48% -
HSV(B) 227.46º 0.43% 0.61% -
XYZ 14.69 13.94 32.93 -
YUV 103.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 88 102 155 0.43 0.34 0 0.39 227.46 0.28 0.48
Hex 58 66 9B 2B 22 0 27 E3 1C 30
Octal 130 146 233 53 42 0 47 343 34 60
Binary 1011000 1100110 10011011 101011 100010 0 100111 11100011 11100 110000

Color Harmonies of #58669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58669B

Black with #58669B

Text Example


Text Example

White with #58669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,102,155); }

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

background-color css

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

 a { background-color: rgb(88,102,155); }

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

border-color css

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

 span { border-color: rgb(88,102,155); }

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