Html Css Color HEX #58AAC4 Viking

📋 copy color: '#58AAC4'

red 88 ◦ green 170 ◦ blue 196

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

Shades of Viking #58AAC4

Tints of Viking #58AAC4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 19.38%
G = 37.44%
B = 43.17%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#58AAC4 (or 0x58AAC4) is known color: Viking. HEX triplet: 58, AA and C4. RGB value is (88,170,196). Sum of RGB (Red+Green+Blue) = 88+170+196=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #58AAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AAC4 is #A7553B. Grayscale: #949494. Windows color (decimal): -10966332 or 12888664. OLE color: 12888664.

HSL color Cylindrical-coordinate representation of color #58AAC4: hue angle of 194.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58AAC4 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 88 170 196 -
CMYK 0.55 0.13 0 0.23
HSL 194.44º 0.48% 0.56% -
HSV(B) 194.44º 0.55% 0.77% -
XYZ 28.36 34.81 57.45 -
YUV 148.45 154.83 84.89 -
System Red Green Blue C M Y K H S L
Decimal 88 170 196 0.55 0.13 0 0.23 194.44 0.48 0.56
Hex 58 AA C4 37 D 0 17 C2 30 38
Octal 130 252 304 67 15 0 27 302 60 70
Binary 1011000 10101010 11000100 110111 1101 0 10111 11000010 110000 111000

Color Harmonies of #58AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AAC4

Black with #58AAC4

Text Example


Text Example

White with #58AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,170,196); }

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

background-color css

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

 a { background-color: rgb(88,170,196); }

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

border-color css

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

 span { border-color: rgb(88,170,196); }

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