Html Css Color HEX #58B8C1 Viking

📋 copy color: '#58B8C1'

red 88 ◦ green 184 ◦ blue 193

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

Shades of Viking #58B8C1

Tints of Viking #58B8C1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.57%

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 18.92%
G = 39.57%
B = 41.51%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#58B8C1 (or 0x58B8C1) is known color: Viking. HEX triplet: 58, B8 and C1. RGB value is (88,184,193). Sum of RGB (Red+Green+Blue) = 88+184+193=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #58B8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8C1 is #A7473E. Grayscale: #9C9C9C. Windows color (decimal): -10962751 or 12695640. OLE color: 12695640.

HSL color Cylindrical-coordinate representation of color #58B8C1: hue angle of 185.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58B8C1 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 184 193 -
CMYK 0.54 0.05 0 0.24
HSL 185.14º 0.46% 0.55% -
HSV(B) 185.14º 0.54% 0.76% -
XYZ 30.79 40.21 56.59 -
YUV 156.32 148.7 79.27 -
System Red Green Blue C M Y K H S L
Decimal 88 184 193 0.54 0.05 0 0.24 185.14 0.46 0.55
Hex 58 B8 C1 36 5 0 18 B9 2E 37
Octal 130 270 301 66 5 0 30 271 56 67
Binary 1011000 10111000 11000001 110110 101 0 11000 10111001 101110 110111

Color Harmonies of #58B8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B8C1

Black with #58B8C1

Text Example


Text Example

White with #58B8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,184,193); }

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

background-color css

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

 a { background-color: rgb(88,184,193); }

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

border-color css

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

 span { border-color: rgb(88,184,193); }

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