Html Css Color HEX #58A8BE Viking

📋 copy color: '#58A8BE'

red 88 ◦ green 168 ◦ blue 190

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

Shades of Viking #58A8BE

Tints of Viking #58A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 19.73%
G = 37.67%
B = 42.6%

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

#58A8BE (or 0x58A8BE) is known color: Viking. HEX triplet: 58, A8 and BE. RGB value is (88,168,190). Sum of RGB (Red+Green+Blue) = 88+168+190=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #58A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8BE is #A75741. Grayscale: #929292. Windows color (decimal): -10966850 or 12494936. OLE color: 12494936.

HSL color Cylindrical-coordinate representation of color #58A8BE: hue angle of 192.94º degrees, saturation: 0.44, 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 #58A8BE is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 168 190 -
CMYK 0.54 0.12 0 0.25
HSL 192.94º 0.44% 0.55% -
HSV(B) 192.94º 0.54% 0.75% -
XYZ 27.32 33.8 53.8 -
YUV 146.59 152.5 86.21 -
System Red Green Blue C M Y K H S L
Decimal 88 168 190 0.54 0.12 0 0.25 192.94 0.44 0.55
Hex 58 A8 BE 36 C 0 19 C1 2C 37
Octal 130 250 276 66 14 0 31 301 54 67
Binary 1011000 10101000 10111110 110110 1100 0 11001 11000001 101100 110111

Color Harmonies of #58A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A8BE

Black with #58A8BE

Text Example


Text Example

White with #58A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,168,190); }

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

background-color css

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

 a { background-color: rgb(88,168,190); }

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

border-color css

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

 span { border-color: rgb(88,168,190); }

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