Html Css Color HEX #58A9C0 Viking

📋 copy color: '#58A9C0'

red 88 ◦ green 169 ◦ blue 192

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

Shades of Viking #58A9C0

Tints of Viking #58A9C0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.64%

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 19.6%
G = 37.64%
B = 42.76%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#58A9C0 (or 0x58A9C0) is known color: Viking. HEX triplet: 58, A9 and C0. RGB value is (88,169,192). Sum of RGB (Red+Green+Blue) = 88+169+192=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #58A9C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A9C0 is #A7563F. Grayscale: #939393. Windows color (decimal): -10966592 or 12626264. OLE color: 12626264.

HSL color Cylindrical-coordinate representation of color #58A9C0: hue angle of 193.27º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58A9C0 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 169 192 -
CMYK 0.54 0.12 0 0.25
HSL 193.27º 0.45% 0.55% -
HSV(B) 193.27º 0.54% 0.75% -
XYZ 27.73 34.26 55.02 -
YUV 147.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 88 169 192 0.54 0.12 0 0.25 193.27 0.45 0.55
Hex 58 A9 C0 36 C 0 19 C1 2D 37
Octal 130 251 300 66 14 0 31 301 55 67
Binary 1011000 10101001 11000000 110110 1100 0 11001 11000001 101101 110111

Color Harmonies of #58A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A9C0

Black with #58A9C0

Text Example


Text Example

White with #58A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A9C0; }

 p { color: rgb(88,169,192); }

 H1.HeaderClassName
 {
   color: #58A9C0;
 }
 .AnyTagClassName
 {
   color: #58A9C0;
 }
</style>

background-color css

<style>
 a { background-color: #58A9C0; }

 a { background-color: rgb(88,169,192); }

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

border-color css

<style>
 span { border-color: #58A9C0; }

 span { border-color: rgb(88,169,192); }

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