Html Css Color HEX #58BEC9 Viking

📋 copy color: '#58BEC9'

red 88 ◦ green 190 ◦ blue 201

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

Shades of Viking #58BEC9

Tints of Viking #58BEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

 BLUE value IS 201 (78.91% from 255) = 41.96%

R = 18.37%
G = 39.67%
B = 41.96%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#58BEC9 (or 0x58BEC9) is known color: Viking. HEX triplet: 58, BE and C9. RGB value is (88,190,201). Sum of RGB (Red+Green+Blue) = 88+190+201=479 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.37% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #58BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BEC9 is #A74136. Grayscale: #A0A0A0. Windows color (decimal): -10961207 or 13221464. OLE color: 13221464.

HSL color Cylindrical-coordinate representation of color #58BEC9: hue angle of 185.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58BEC9 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 190 201 -
CMYK 0.56 0.05 0 0.21
HSL 185.84º 0.51% 0.57% -
HSV(B) 185.84º 0.56% 0.79% -
XYZ 32.98 43.12 61.84 -
YUV 160.76 150.71 76.11 -
System Red Green Blue C M Y K H S L
Decimal 88 190 201 0.56 0.05 0 0.21 185.84 0.51 0.57
Hex 58 BE C9 38 5 0 15 BA 33 39
Octal 130 276 311 70 5 0 25 272 63 71
Binary 1011000 10111110 11001001 111000 101 0 10101 10111010 110011 111001

Color Harmonies of #58BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BEC9

Black with #58BEC9

Text Example


Text Example

White with #58BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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